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
The app will only work, when you press the submit button
1) Search on click of submit button
2) Load the previous successfull session data on app relaunch
Setup instructions(via MakeFile).
just run command
-> make dev-macos (To run macos app)
-> make dev-android (To run android app)
Setup Requirements(Manual setup)
First run the app via VSCode Run and Debug to set the envrioment variables or else
Set the key 'https://api.open-meteo.com/v1/' direclty to 'baseUrl' inside NetworkModule.dart
# define enviorment variable
flutter run --dart-define API_URL= https://api.open-meteo.com/v1/
or
flutter run --dart-define-from-file= env/secret_constant.json