File tree Expand file tree Collapse file tree 3 files changed +25
-12
lines changed
Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.1.0] - 19 /09/2019
1+ ## [ 1.1.0] - 27 /09/2019
22
3+ * Added Locale option to show date in different language
34* Added option to limit the number of date shown in the list
45* Added option to manage width and height of the timeline
56
Original file line number Diff line number Diff line change @@ -39,17 +39,18 @@ Use the `DatePickerTimeline` Widget
3939
4040```
4141 DatePickerTimeline(
42- this.currentDate, {
43- Key key,
44- this.width,
45- this.height = 80,
46- this.monthTextStyle = defaultMonthTextStyle,
47- this.dayTextStyle = defaultDayTextStyle,
48- this.dateTextStyle = defaultDateTextStyle,
49- this.selectionColor = AppColors.defaultSelectionColor,
50- this.daysCount = 50000,
51- this.onDateChange,
52- }) : super(key: key);
42+ this.currentDate, {
43+ Key key,
44+ this.width,
45+ this.height = 80,
46+ this.monthTextStyle = defaultMonthTextStyle,
47+ this.dayTextStyle = defaultDayTextStyle,
48+ this.dateTextStyle = defaultDateTextStyle,
49+ this.selectionColor = AppColors.defaultSelectionColor,
50+ this.daysCount = 50000,
51+ this.onDateChange,
52+ this.locale,
53+ }) : super(key: key);
5354```
5455
5556Author
6162Contributors
6263------------
6364* [ BradInTheUSA] ( https://github.com/bradintheusa )
65+ * [ Roger] ( https://github.com/rogermedeirosdasilva )
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # This is a generated file; do not edit or check into version control.
3+ export " FLUTTER_ROOT=/Users/vivek/development/flutter"
4+ export " FLUTTER_APPLICATION_PATH=/Users/vivek/StudioProjects/date_picker_timeline_flutter/example"
5+ export " FLUTTER_TARGET=lib/main.dart"
6+ export " FLUTTER_BUILD_DIR=build"
7+ export " SYMROOT=${SOURCE_ROOT} /../build/ios"
8+ export " FLUTTER_FRAMEWORK_DIR=/Users/vivek/development/flutter/bin/cache/artifacts/engine/ios"
9+ export " FLUTTER_BUILD_NAME=1.0.0"
10+ export " FLUTTER_BUILD_NUMBER=1"
You can’t perform that action at this time.
0 commit comments