Skip to content

Commit

Permalink
Upgrade latest dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Mar 3, 2023
1 parent d7557f4 commit 7d6d50b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.19.2 <3.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.2
cupertino_icons: ^1.0.5

flutter_date_range_picker:
path: ../
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.0
flutter_lints: ^2.0.1

flutter:

Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: flutter_date_range_picker
description: A Flutter package for all platform which provides a custom date picker
publish_to: 'none'
version: 1.0.0
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.19.2 <3.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.2
cupertino_icons: ^1.0.5

intl: 0.17.0

syncfusion_flutter_datepicker: 20.3.48
syncfusion_flutter_datepicker: 20.4.51

pattern_formatter: 2.0.0

flutter_svg: 1.1.0
flutter_svg: 2.0.2

debounce_throttle: 2.0.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.0
flutter_lints: ^2.0.1

flutter:
uses-material-design: true
Expand Down

0 comments on commit 7d6d50b

Please sign in to comment.