-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
5 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -10,7 +10,8 @@ environment: | |
dependencies: | ||
flutter: | ||
sdk: flutter | ||
intl: ^0.16.0 | ||
flutter_localizations: | ||
sdk: flutter | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
|