Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade int dependcy 0.18.0 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.3 <4.0.0'

dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter

intl: ^0.17.0
intl: ^0.18.0

date_time_picker: #^2.1.0
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
cupertino_icons: ^1.0.2

dev_dependencies:
flutter_test:
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: date_time_picker
description: A Flutter widget to display a date time form field to show a date or clock dialog.
version: 2.1.0
version: 2.1.1
homepage: https://github.com/m3uzz/date_time_picker

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.3 <4.0.0'

dependencies:
flutter:
sdk: flutter

intl: ^0.17.0

intl: ^0.18.0

dev_dependencies:
flutter_test:
Expand Down