0% found this document useful (0 votes)
193 views27 pages

Errors

The document outlines a series of errors encountered while attempting to run a Flutter application on Chrome, specifically related to missing files and unresolved packages. Key issues include the absence of 'firebase_options.dart' and the 'cloud_firestore' package, leading to multiple type resolution failures. The errors indicate that various Firebase-related classes and methods are not recognized, suggesting a misconfiguration in the project's dependencies or setup.

Uploaded by

dip-law-04-24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views27 pages

Errors

The document outlines a series of errors encountered while attempting to run a Flutter application on Chrome, specifically related to missing files and unresolved packages. Key issues include the absence of 'firebase_options.dart' and the 'cloud_firestore' package, leading to multiple type resolution failures. The errors indicate that various Firebase-related classes and methods are not recognized, suggesting a misconfiguration in the project's dependencies or setup.

Uploaded by

dip-law-04-24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 27

C:\Users\user>cd "C:\Users\user\Desktop\chat_app"

C:\Users\user\Desktop\chat_app>flutter run -d chrome

Launching lib\main.dart on Chrome in debug mode...

lib/main.dart:2:8: Error: Error when reading 'lib/firebase_options.dart': The system cannot find the file
specified.

import 'firebase_options.dart';

Error: Couldn't resolve the package 'cloud_firestore' in 'package:cloud_firestore/cloud_firestore.dart'.

lib/chat_screen.dart:2:8: Error: Not found: 'package:cloud_firestore/cloud_firestore.dart'

import 'package:cloud_firestore/cloud_firestore.dart';

lib/chat_screen.dart:12:9: Error: Type 'FirebaseFirestore' not found.

final FirebaseFirestore _firestore = FirebaseFirestore.instance;

^^^^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:26:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> applyActionCode(AuthJsImpl auth, String oobCode);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:38:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<ActionCodeInfo> checkActionCode(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:42:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> confirmPasswordReset(


^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:55:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> setPersistence(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:59:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> createUserWithEmailAndPassword(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:70:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> deleteUser(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:75:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<List> fetchSignInMethodsForEmail(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:82:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl?> getRedirectResult(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:87:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> sendSignInLinkToEmail(

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:94:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> sendPasswordResetEmail(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:101:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInWithCredential(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:107:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInAnonymously(AuthJsImpl auth);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:110:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInWithCustomToken(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:116:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInWithEmailAndPassword(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:123:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInWithEmailLink(

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:130:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<ConfirmationResultJsImpl> signInWithPhoneNumber(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:137:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> signInWithPopup(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:143:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> signInWithRedirect(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:149:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<String> verifyPasswordResetCode(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:155:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> linkWithCredential(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:161:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<ConfirmationResultJsImpl> linkWithPhoneNumber(

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:168:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> linkWithPopup(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:174:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> linkWithRedirect(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:180:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> reauthenticateWithCredential(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:186:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<ConfirmationResultJsImpl> reauthenticateWithPhoneNumber(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:193:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> reauthenticateWithPopup(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:199:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> reauthenticateWithRedirect(

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:205:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> sendEmailVerification([

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:211:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> verifyBeforeUpdateEmail(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:218:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserJsImpl> unlink(UserJsImpl user, String providerId);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:221:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> updateEmail(UserJsImpl user, String newEmail);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:224:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> updatePassword(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:230:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> updatePhoneNumber(

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:236:10: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> updateProfile(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:276:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> signOut();

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:311:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> delete();

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:312:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<String> getIdToken([bool? opt_forceRefresh]);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:313:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<IdTokenResultImpl> getIdTokenResult(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:315:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> reload();

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:468:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<String> verifyPhoneNumber(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:489:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<String> verify();

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:500:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<num> render();

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:506:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> confirm(String verificationCode);

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:705:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> enroll(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:707:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<MultiFactorSessionJsImpl> getSession();

^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:708:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<void> unenroll(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:735:12: Error:

Type 'PromiseJsImpl' not found.

external PromiseJsImpl<UserCredentialJsImpl> resolveSignIn(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth_interop.dart:790:19: Error:

Type 'PromiseJsImpl' not found.

external static PromiseJsImpl<TotpSecretJsImpl> generateSecret(

^^^^^^^^^^^^^

lib/main.dart:9:14: Error: Undefined name 'DefaultFirebaseOptions'.

options: DefaultFirebaseOptions.currentPlatform,

^^^^^^^^^^^^^^^^^^^^^^

lib/chat_screen.dart:12:9: Error: 'FirebaseFirestore' isn't a type.

final FirebaseFirestore _firestore = FirebaseFirestore.instance;

^^^^^^^^^^^^^^^^^

lib/chat_screen.dart:12:40: Error: Undefined name 'FirebaseFirestore'.

final FirebaseFirestore _firestore = FirebaseFirestore.instance;

^^^^^^^^^^^^^^^^^

lib/chat_screen.dart:34:20: Error: The getter 'FieldValue' isn't defined for the class '_ChatScreenState'.

- '_ChatScreenState' is from 'package:chat_app/chat_screen.dart' ('lib/chat_screen.dart').

Try correcting the name to the name of an existing getter, or defining a getter or field named
'FieldValue'.

'timestamp': FieldValue.serverTimestamp(),

^^^^^^^^^^
lib/chat_screen.dart:50:34: Error: 'QuerySnapshot' isn't a type.

child: StreamBuilder<QuerySnapshot>(

^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/utils/
utils.dart:11:23: Error:

Method not found: 'dartify'.

return core_interop.dartify(jsObject);

^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/utils/
utils.dart:19:23: Error:

Method not found: 'jsify'.

return core_interop.jsify(dartObject, customJsify);

^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:116:28: Error: The

method 'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future<void> delete() => handleThenable(jsObject.delete());

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:126:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(jsObject.getIdToken(forceRefresh));
^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:132:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.linkWithCredential(jsObject, credential))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:139:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:148:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.linkWithPopup(jsObject, provider.jsObject))

^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:153:59: Error: The

method 'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future<void> linkWithRedirect(AuthProvider provider) => handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:160:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:171:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.reauthenticateWithPhoneNumber(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:179:7: Error: The method
'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:186:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:190:28: Error: The

method 'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future<void> reload() => handleThenable(jsObject.reload());

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:212:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'


('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:219:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.verifyBeforeUpdateEmail(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:224:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.unlink(jsObject, providerId))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:229:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').
Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.updateEmail(jsObject, newEmail));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:235:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.updatePassword(jsObject, newPassword));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:240:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.updatePhoneNumber(jsObject, phoneCredential));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:244:7: Error: The method

'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.
handleThenable(auth_interop.updateProfile(jsObject, profile));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:251:12: Error: The

method 'handleThenable' isn't defined for the class 'User'.

- 'User' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

return handleThenable(promise).then(IdTokenResult._fromJsObject);

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:455:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.applyActionCode(jsObject, oobCode));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:461:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.checkActionCode(jsObject, code));

^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:465:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:485:21: Error: The

method 'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

final u = await handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:498:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.fetchSignInMethodsForEmail(jsObject, email))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:511:7: Error: The method
'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.getRedirectResult(jsObject)).then(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:526:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.sendSignInLinkToEmail(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:562:12: Error: The

method 'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

return handleThenable(auth_interop.setPersistence(jsObject, instance));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:586:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'


('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.sendPasswordResetEmail(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:593:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.signInWithCredential(jsObject, credential))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:602:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.signInAnonymously(jsObject))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:613:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').
Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.signInWithCustomToken(jsObject, token))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:640:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.signInWithEmailAndPassword(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:646:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:662:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.
handleThenable(auth_interop.signInWithPhoneNumber(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:670:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.signInWithPopup(jsObject, provider.jsObject))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:674:55: Error: The

method 'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future signInWithRedirect(AuthProvider provider) => handleThenable(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:678:23: Error: The

method 'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future signOut() => handleThenable(jsObject.signOut());

^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:696:7: Error: The method

'handleThenable' isn't defined for the class 'Auth'.

- 'Auth' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(auth_interop.verifyPasswordResetCode(jsObject, code));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:989:7: Error: The method

'handleThenable' isn't defined for the class 'PhoneAuthProvider'.

- 'PhoneAuthProvider' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(jsObject.verifyPhoneNumber(

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:1016:30: Error: The

method 'handleThenable' isn't defined for the class 'ApplicationVerifier<T>'.

- 'ApplicationVerifier' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future<String> verify() => handleThenable(jsObject.verify());

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:1072:27: Error: The
method 'handleThenable' isn't defined for the class 'RecaptchaVerifier'.

- 'RecaptchaVerifier' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

Future<num> render() => handleThenable(jsObject.render());

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart:1093:7: Error: The

method 'handleThenable' isn't defined for the class 'ConfirmationResult'.

- 'ConfirmationResult' is from 'package:firebase_auth_web/src/interop/auth.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
auth.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(jsObject.confirm(verificationCode))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart:52:7: Error: The

method 'handleThenable' isn't defined for the class 'MultiFactorUser'.

- 'MultiFactorUser' is from 'package:firebase_auth_web/src/interop/multi_factor.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

handleThenable(jsObject.getSession())

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart:63:12: Error:

The method 'handleThenable' isn't defined for the class 'MultiFactorUser'.

- 'MultiFactorUser' is from 'package:firebase_auth_web/src/interop/multi_factor.dart'


('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

return handleThenable(jsObject.enroll(assertion.jsObject, displayName));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart:75:12: Error:

The method 'handleThenable' isn't defined for the class 'MultiFactorUser'.

- 'MultiFactorUser' is from 'package:firebase_auth_web/src/interop/multi_factor.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

return handleThenable(jsObject.unenroll(multiFactorInfoId));

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart:150:12: Error:

The method 'handleThenable' isn't defined for the class 'MultiFactorResolver'.

- 'MultiFactorResolver' is from 'package:firebase_auth_web/src/interop/multi_factor.dart'

('../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart').

Try correcting the name to the name of an existing method, or defining a method named
'handleThenable'.

return handleThenable(jsObject.resolveSignIn(assertion.jsObject))

^^^^^^^^^^^^^^

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth_web-5.8.13/lib/src/interop/
multi_factor.dart:230:12: Error:

Method not found: 'handleThenable'.

return handleThenable(

^^^^^^^^^^^^^^

Unhandled exception:
Unsupported operation: Unsupported invalid type InvalidType(<invalid>) (InvalidType). Encountered
while compiling

file:///C:/Users/user/Desktop/chat_app/lib/chat_screen.dart, which contains the type:

InterfaceType(StreamBuilder<<invalid>>).

#0 ProgramCompiler._typeCompilationError (package:dev_compiler/src/kernel/compiler.dart:3442)

#1 ProgramCompiler._emitType (package:dev_compiler/src/kernel/compiler.dart:3410)

#2 ProgramCompiler.visitConstructorInvocation
(package:dev_compiler/src/kernel/compiler.dart:6635)

#3 ConstructorInvocation.accept (package:kernel/src/ast/expressions.dart:2687)

#4 ProgramCompiler._visitExpression (package:dev_compiler/src/kernel/compiler.dart:4066)

#5 ProgramCompiler._emitNamedExpression (package:dev_compiler/src/kernel/compiler.dart:6418)

#6 ProgramCompiler._emitArgumentList (package:dev_compiler/src/kernel/compiler.dart:6410)

#7 ProgramCompiler.visitConstructorInvocation
(package:dev_compiler/src/kernel/compiler.dart:6642)

#8 ConstructorInvocation.accept (package:kernel/src/ast/expressions.dart:2687)

#9 ProgramCompiler._visitExpression (package:dev_compiler/src/kernel/compiler.dart:4066)

#10 MappedIterable.elementAt (dart:_internal/iterable.dart:395)

#11 ListIterator.moveNext (dart:_internal/iterable.dart:364)

#12 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)

#13 new _GrowableList.of (dart:core-patch/growable_array.dart:150)

#14 new List.of (dart:core-patch/array_patch.dart:39)

#15 SetBase.toList (dart:collection/set.dart:119)

#16 ProgramCompiler._visitExpressionList (package:dev_compiler/src/kernel/compiler.dart:4029)

#17 ProgramCompiler.visitListLiteral (package:dev_compiler/src/kernel/compiler.dart:7040)

#18 ListLiteral.accept (package:kernel/src/ast/expressions.dart:4163)

#19 ProgramCompiler._visitExpression (package:dev_compiler/src/kernel/compiler.dart:4066)

#20 ProgramCompiler._emitNamedExpression (package:dev_compiler/src/kernel/compiler.dart:6418)

#21 ProgramCompiler._emitArgumentList (package:dev_compiler/src/kernel/compiler.dart:6410)

#22 ProgramCompiler.visitConstructorInvocation
(package:dev_compiler/src/kernel/compiler.dart:6642)
#23 ConstructorInvocation.accept (package:kernel/src/ast/expressions.dart:2687)

#24 ProgramCompiler._visitExpression (package:dev_compiler/src/kernel/compiler.dart:4066)

#25 ProgramCompiler._emitNamedExpression (package:dev_compiler/src/kernel/compiler.dart:6418)

#26 ProgramCompiler._emitArgumentList (package:dev_compiler/src/kernel/compiler.dart:6410)

#27 ProgramCompiler.visitConstructorInvocation
(package:dev_compiler/src/kernel/compiler.dart:6642)

#28 ConstructorInvocation.accept (package:kernel/src/ast/expressions.dart:2687)

#29 ProgramCompiler._visitExpression (package:dev_compiler/src/kernel/compiler.dart:4066)

#30 ProgramCompiler.visitReturnStatement (package:dev_compiler/src/kernel/compiler.dart:4764)

#31 ReturnStatement.accept (package:kernel/src/ast/statements.dart:1076)

#32 ProgramCompiler._visitStatement (package:dev_compiler/src/kernel/compiler.dart:3971)

#33 MappedIterable.elementAt (dart:_internal/iterable.dart:395)

#34 ListIterator.moveNext (dart:_internal/iterable.dart:364)

#35 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)

#36 new _GrowableList.of (dart:core-patch/growable_array.dart:150)

#37 new List.of (dart:core-patch/array_patch.dart:39)

#38 SetBase.toList (dart:collection/set.dart:119)

#39 ProgramCompiler.visitBlock (package:dev_compiler/src/kernel/compiler.dart:4160)

#40 Block.accept (package:kernel/src/ast/statements.dart:103)

#41 ProgramCompiler._visitStatement (package:dev_compiler/src/kernel/compiler.dart:3971)

#42 ProgramCompiler._emitFunctionScopedBody
(package:dev_compiler/src/kernel/compiler.dart:4004)

#43 ProgramCompiler._emitFunction.<anonymous closure>


(package:dev_compiler/src/kernel/compiler.dart:3611)

#44 ProgramCompiler._withLetScope (package:dev_compiler/src/kernel/compiler.dart:2749)

#45 ProgramCompiler._withCurrentFunction (package:dev_compiler/src/kernel/compiler.dart:3749)

#46 ProgramCompiler._emitFunction (package:dev_compiler/src/kernel/compiler.dart:3604)

#47 ProgramCompiler._emitMethodDeclaration.<anonymous closure>


(package:dev_compiler/src/kernel/compiler.dart:2301)
#48 ProgramCompiler._withMethodDeclarationContext
(package:dev_compiler/src/kernel/compiler.dart:3776)

#49 ProgramCompiler._emitMethodDeclaration
(package:dev_compiler/src/kernel/compiler.dart:2299)

#50 ProgramCompiler._emitClassMethods (package:dev_compiler/src/kernel/compiler.dart:2240)

#51 ProgramCompiler._emitClassDeclaration (package:dev_compiler/src/kernel/compiler.dart:1041)

#52 ProgramCompiler._emitClass (package:dev_compiler/src/kernel/compiler.dart:973)

#53 List.forEach (dart:core-patch/growable_array.dart:417)

#54 ProgramCompiler._emitLibrary (package:dev_compiler/src/kernel/compiler.dart:912)

#55 List.forEach (dart:core-patch/growable_array.dart:417)

#56 ProgramCompiler.emitModule (package:dev_compiler/src/kernel/compiler.dart:620)

#57 IncrementalJavaScriptBundler.compile (package:frontend_server/src/javascript_bundle.dart:231)

#58 FrontendCompiler.writeJavaScriptBundle (package:frontend_server/frontend_server.dart:874)

<asynchronous suspension>

#59 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:690)

<asynchronous suspension>

#60 listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1392)

<asynchronous suspension>

the Dart compiler exited unexpectedly.

You might also like