Skip to content

Commit

Permalink
need sdk constraints, otherwise dart1.12 will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Mar 5, 2021
1 parent ced08fd commit 1800e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: flutter_app_badger_example
description: Demonstrates how to use the flutter_app_badger plugin.

environment:
sdk: '>=2.10.0 <3.0.0'

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 1800e78

Please sign in to comment.