You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I have added google-services.json file and registered on publitio also to save api key and secret key. After i have ran the project , I am getting below error :-
'package:flutter/src/widgets/fade_in_image.dart': Failed assertion: line 159 pos 15: 'image != null': is not true.
Since , I believe no image added initially,so 'image' is null which made this error to display. Kindly help in resolving the issue.
The text was updated successfully, but these errors were encountered:
Hi , I have added google-services.json file and registered on publitio also to save api key and secret key. After i have ran the project , I am getting below error :-
'package:flutter/src/widgets/fade_in_image.dart': Failed assertion: line 159 pos 15: 'image != null': is not true.
Since , I believe no image added initially,so 'image' is null which made this error to display. Kindly help in resolving the issue.
The text was updated successfully, but these errors were encountered: