janoodleFTW / timy-messenger

Timy - open source mobile app for groups to communicate and organize themselves. Built with flutter.
Apache License 2.0
2.08k stars 464 forks source link

[Request] Blank Screen : Flutter version Flutter 1.10.5 Dart 2.6.0 [Failure] #44

Closed alholan closed 4 years ago

alholan commented 4 years ago

what is the solution?

first: I have followed all instructions and created all firebase requirements as attached...

with Flutter as: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.17.0-4.0.pre.3, on Mac OS X 10.14.6 18G87, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) [✓] Android Studio (version 3.5) [✓] VS Code (version 1.45.1) [✓] Connected device (1 available)

Result:

1- Blank Screen after successful login 2- get the following warnings: I. "message": "'body1' is deprecated and shouldn't be used. The modern term is bodyText2 II. "message": "'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead.

Second: i downgraded flutter to version 1.10.5 by running flutter version v1.10.5

so flutter doctor result is: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel unknown, v1.10.5, on Mac OS X 10.14.6 18G87, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) [✓] Android Studio (version 3.5) [✓] VS Code (version 1.45.1) [✓] Connected device (1 available)

• No issues found!

Result: Running [flutter pub get ] failed with the following messege:

The current Dart SDK version is 2.6.0-dev.0.0.flutter-cb80ea7ba9. Because circles_app depends on flutter_platform_widgets >=0.32.0 which requires SDK version >=2.6.0 <3.0.0, version solving failed. pub get failed (1) Exited (1) ------------------------------------------------attachments

Authontication functions channels groups-doc groups users
alholan commented 4 years ago

solved