Skip to content

Unable to run base example #7

Description

@M-Ahal
Launching lib\main.dart on sdk gphone x86 64 in debug mode...
Running Gradle task 'assembleDebug'...
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'.
    FirebaseAppPlatform.verifyExtends(_delegate);
                        ^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_platform_interface-6.10.1/lib/src/action_code_info.dart:65:15: Error: The method 'FallThroughError' isn't defined for the class 'ActionCodeInfo'.
 - 'ActionCodeInfo' is from 'package:firebase_auth_platform_interface/src/action_code_info.dart' ('/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_platform_interface-6.10.1/lib/src/action_code_info.dart').
Try correcting the name to the name of an existing method, or defining a method named 'FallThroughError'.
        throw FallThroughError();
              ^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:17:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> fromIterator(V anchor,
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:21:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> get iterator;
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:23:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> get reverseIterator;
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:184:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> get iterator => TreeIterator(this);
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:187:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> get reverseIterator =>
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:305:3: Error: Type 'BidirectionalIterator' not found.
  BidirectionalIterator<V> fromIterator(V anchor,
  ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:527:31: Error: Type 'BidirectionalIterator' not found.
class TreeIterator<V> extends BidirectionalIterator<V> {
                              ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:579:29: Error: Type 'BidirectionalIterator' not found.
class TreeCursor<V> extends BidirectionalIterator<V> {
                            ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/sortedmap-0.5.2/lib/src/treeset.dart:254:36: Error: 'BidirectionalIterator' isn't a type.
        i1 = hasMore1 ? i1 : i2 as BidirectionalIterator<V>;
                                   ^^^^^^^^^^^^^^^^^^^^^
/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_platform_interface-5.7.7/lib/src/platform_interface/utils/load_bundle_task_state.dart:13:13: Error: Method not found: 'FallThroughError'.
      throw FallThroughError();
            ^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception


FAILURE: Build failed with an exception.

* Where:
Script 'C:\tools\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1350

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\tools\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 4s
Exception: Gradle task assembleDebug failed with exit code 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions