Skip to content

Commit

Permalink
Removing flutter_localizations dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hslbetto committed Dec 30, 2020
1 parent 18716c7 commit 6706324
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1 - 2020-12-29

* Removing flutter_localizations dependency

## 1.1.0 - 2020-11-12

* Improved use of the local parameter to define DateTimePicker directly.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
date_time_picker: "^1.1.0"
date_time_picker: "^1.1.1"
```
In your library add the following import:
Expand Down
4 changes: 3 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter

date_time_picker: ^1.1.0
date_time_picker: ^1.1.1

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: date_time_picker
description: A Flutter widget to display a date time form field to show a date or clock dialog.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/m3uzz/date_time_picker

environment:
Expand All @@ -9,8 +9,6 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter

intl: ^0.16.1

Expand Down

0 comments on commit 6706324

Please sign in to comment.