-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51ba688
commit 99f965b
Showing
13 changed files
with
161 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
## [0.0.4] | ||
* fix `daysDuration` when this is null | ||
* fix 12 AM task bug | ||
## [0.1.0] | ||
|
||
## [0.0.3] | ||
* add multi days task | ||
* fix some issue in doc | ||
- Add BorderRadius for tasks to style | ||
- Add horizontal padding around each task in the time planner by [kashua14](https://github.com/kashua14) - [#7](https://github.com/Jamalianpour/time_planner/pull/7) | ||
- Refactor code by [myConsciousness](https://github.com/myConsciousness) - [#5](https://github.com/Jamalianpour/time_planner/pull/5) | ||
- Fix double `Scrollbar` for times | ||
|
||
## [0.0.2] | ||
* migrate to nullSafety | ||
* add showScrollBar to [TimePlannerStyle] | ||
## [0.0.4] | ||
|
||
## [0.0.1+1] | ||
* fix some issue in readme and pubspec.yaml | ||
- fix `daysDuration` when this is null | ||
- fix 12 AM task bug | ||
|
||
## [0.0.1] | ||
* first release | ||
## [0.0.3] | ||
|
||
- add multi days task | ||
- fix some issue in doc | ||
|
||
## [0.0.2] | ||
|
||
- migrate to nullSafety | ||
- add showScrollBar to [TimePlannerStyle] | ||
|
||
## [0.0.1+1] | ||
|
||
- fix some issue in readme and pubspec.yaml | ||
|
||
## [0.0.1] | ||
|
||
- first release |
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 |
---|---|---|
|
@@ -45,3 +45,6 @@ app.*.map.json | |
/android/app/debug | ||
/android/app/profile | ||
/android/app/release | ||
|
||
# Windows | ||
/windows/ |
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
Oops, something went wrong.