Skip to content

Commit

Permalink
Feature/intl dependency (#5)
Browse files Browse the repository at this point in the history
* Changed intl as a main dependency to transitive dependency.

* Updated version to 1.0.1

* Added CHANGELOG.md for 1.0.1
  • Loading branch information
Milind Mevada authored Dec 4, 2019
1 parent ced0b74 commit f9f939c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.1]
- Changed intl from main to transitive dependency to avoid version conflicts.

## [1.0.0] Initial Release

- [x] Custom date range (First & Last Date)
Expand Down
11 changes: 8 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_localizations:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -52,14 +57,14 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.0+1"
intl:
dependency: "direct main"
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.0"
version: "0.15.8"
matcher:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
intl: ^0.16.0
horizontal_calendar_widget:
path: ../

Expand Down
9 changes: 7 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,23 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_localizations:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
intl:
dependency: "direct main"
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.0"
version: "0.15.8"
matcher:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: horizontal_calendar_widget
description: Easy to use, highly customizable horizontal calendar. Single or up to x days selection, with Internationalization support.
version: 1.0.0+1
version: 1.0.1
author: SoluteLabs <[email protected]>
homepage: https://github.com/solutelabs/horizontal_calendar

Expand All @@ -10,7 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: ^0.16.0
flutter_localizations:
sdk: flutter

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f9f939c

Please sign in to comment.