bizz84 / nested-navigation-demo-flutter

Nested navigation with BottomNavigationBar
https://codewithandrea.com/
MIT License
622 stars 139 forks source link

SDK Constraints error fix #16

Closed UsamaKarim closed 3 years ago

UsamaKarim commented 3 years ago
pubspec.yaml has no lower-bound SDK constraint.
You should edit pubspec.yaml to contain an SDK constraint:

environment:
  sdk: '>=2.10.0 <3.0.0'

https://dart.dev/tools/pub/pubspec#sdk-constraints

bizz84 commented 3 years ago

@UsamaKarim thanks for contributing. Fixed as part of #17.