ShadyBoukhary / flutter_clean_architecture

Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
https://pub.dartlang.org/packages/flutter_clean_architecture
MIT License
691 stars 172 forks source link

Update to flutter 3.0 #84

Closed bssughosh closed 2 years ago

bssughosh commented 2 years ago

Describe the bug WidgetsBinding: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

To Reproduce Steps to reproduce the behavior:

  1. Update to latest flutter version (3.0.5)
  2. Run the app
  3. A warning is thrown

Expected behavior This warning can be avoided for now but should be updated

Library (please complete the following information):

bssughosh commented 2 years ago

@ShadyBoukhary can I pick this up?

bssughosh commented 2 years ago

https://github.com/ShadyBoukhary/flutter_clean_architecture/pull/85

bssughosh commented 2 years ago

@ShadyBoukhary Once the update is live u could close this too

ShadyBoukhary commented 2 years ago

85