mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-18 16:43:44 +02:00
Merge pull request #4 from Iconica-Development/fix/intl-version
fix: update intl version
This commit is contained in:
commit
c306c459d8
3 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,7 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
intl: ^0.17.0
|
||||
intl: any
|
||||
|
||||
flutter_animated_widgets:
|
||||
git:
|
||||
|
|
|
@ -33,5 +33,4 @@ dev_dependencies:
|
|||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- dotenv
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
intl: ^0.17.0
|
||||
intl: any
|
||||
|
||||
flutter_animated_widgets:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue