duration_picker 1.2.0 duration_picker: ^1.2.0 copied to clipboard
A time picker widget that can select both minutes and hours. Fork from flutter_duration_picker.
1.2.0 #
- Add localization options
- Update deprecated functions
- Add upper and lower bound for duration
1.1.1 #
Switched to lint and applied all suggested lints.
1.1.0+1 #
New Features
- It is now possible to select the base unit of the timer using baseunit: parameter. See example app for an example.
1.0.1 #
Bug fixes
- Updated example app
1.0.0 #
Breaking Changes
- Added null-safety
New Features
- Popup duration picker with box decoration
Bug fixes
- Fixed Method not found: 'ButtonTheme.bar'
Changelog from flutter_duration_picker #
[1.0.4] - Oct 23, 2018 #
- Fixed bug showing 60mins when approaching 0.
[1.0.3] - Aug 01, 2018 #
- Fixed bug returning false from void function
[1.0.2] - Jul 25, 2018 #
- Fixed initial duration when exceeding 1h
[1.0.1] - Jun 26, 2018 #
- initial release.