-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchMethodError After Creating Account #4
Comments
I think this problem is because of database. If you haven't created collections named "doctors" and "specialties", you got this error at the start. |
Yeah i think @erdometo is right, please can @johnuberbacher share us the structure or image sample of this project's db |
I had already created them. Now when i run i get the error. Sorry is been a while i had left it to work on some other project On the device it throws a red screen with error:
Debugger
|
I tried this today but I receive the same error like everyone here, I think this is because db structure is missing and also when start app, app try to found image which is save in the db but because our is empty coming, error with 'package:flutter/src/painting/_network_image_io.dart': Failed assertion: line 25 pos 14: 'url != null': is not true. and another error for GlobalDrawer NoSuchMethodError: The getter 'length' was called on null. |
I wonder if @johnuberbacher <https://github.com/johnuberbacher> will ever
respond
…On Fri, Jan 29, 2021 at 5:29 PM shmatoka ***@***.***> wrote:
I tried this today but I receive the same error like everyone here, I
think this is because db structure is missing and also when start app, app
try to found image which is save in the db but because our is empty coming,
error with
'package:flutter/src/painting/_network_image_io.dart': Failed assertion:
line 25 pos 14: 'url != null': is not true.
and another error for GlobalDrawer
NoSuchMethodError: The getter 'length' was called on null.
Receiver: null
Tried calling: length
See also: https://flutter.dev/docs/testing/errors
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARDUTUF4QH5GLTI66OFFDN3S4LH4RANCNFSM4TVSYSSQ>
.
|
1stly thanks for this great work
I am getting a red screen after irunning the app. I am running it on a device and is shows a red screen with error:
THE IDE DEBUGGER READS:
Also i note that there are no functions specified are they not required? And added to that the Database rules. any guidance on that?
The text was updated successfully, but these errors were encountered: