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
Describe the bug
Only on web when i register the phone number, with Get_It and Secure_Storage and i load the phoneNumber with
phoneNumber: ThemeManager.myGetIt<Map<String, String>>(instanceName: "storageList")["phoneNumber"]
The phoneNumber is empty but, it's ok on android emulator and my smartphone.
Package version
Your current version of the package [e.g. 0.7.2]
Flutter version
Your current version of the Flutter SDK [e.g. 2.18]
To Reproduce
Steps to reproduce the behavior:
Code Snippet
Use case
Interaction with the widget
See error
5 ...
Expected behavior
The loading of phone number on web is ok
Screenshots*
** Targeted platforms (please complete the following information):**
Web
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Only on web when i register the phone number, with Get_It and Secure_Storage and i load the phoneNumber with
phoneNumber: ThemeManager.myGetIt<Map<String, String>>(instanceName: "storageList")["phoneNumber"]
The phoneNumber is empty but, it's ok on android emulator and my smartphone.
Package version
Your current version of the package [e.g. 0.7.2]
Flutter version
Your current version of the Flutter SDK [e.g. 2.18]
To Reproduce
Steps to reproduce the behavior:
5 ...
Expected behavior
The loading of phone number on web is ok
Screenshots*
** Targeted platforms (please complete the following information):**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: