dotup_flutter_widgets 0.7.1 dotup_flutter_widgets: ^0.7.1 copied to clipboard
A small Flutter package for common widgets.
0.0.1 #
- Initial release: BlinkingWidget
0.0.2 #
- print removed
0.0.3 #
- sections
0.0.4 #
- WithFooter
0.0.5 #
- scroll_wheel
- utils
0.0.6 #
- HexColor
- KeyValue
- KeyValueOf
0.1.0 #
- DateTimeExtensions
- IterableExtensions
- TypeDefs
- DateTimeUtils
- StringUtils
- WidgetSelector
0.1.1 #
- StringUtils
0.1.2 #
- DateTimeUtils
0.1.3 #
- ThemeProvider
- ColorPicker
0.1.4 #
- ColorPicker CleanUp
0.1.5 #
- ColorSelector
0.1.6 #
- ColorSelector back button
0.2.0 #
- ScrollWheelTimeSelectorController: disabled changed to hasError !
- ScrollWheelTimeSelector: with color
0.2.1 #
- ColorSelector with names
0.2.2 #
- ScrollWheelInfinite
- ScrollWheel
0.2.3 #
- UniqueKey for BlinkingWidget inside ScrollWheelTimeSelector
0.3.1 #
- SectionTile dropdownButton
- SectionTile popupMenuButton
- Added missing arguments on SectionTile factories
0.3.2 #
- ColorSelector: Added missing color names
0.3.3 #
- ColorSelectorPage: Background color on black and white
0.3.4 #
- Fix: Added missing SectionTile dense argument
0.3.5 #
- Fix: Added missing SectionTile dense argument
- Fix: SectionView padding without impact
0.4.0 #
- ScrollWheelTimeSelector notify only after ScrollEndNotification
0.4.1 #
- GroupedListView
0.4.2 #
- Section style
0.4.3 #
- SectionTile popupMenuButton: open menu on tap
0.4.4 #
- Section.divide
0.4.5 #
- SectionHeader with DefaultTextStyle
0.4.6 #
- Refactoring to dotup_dart_utils
0.5.0 #
- Refactoring to dotup_dart_utils: extensions removed
0.5.1 #
- New widget: InfiniteScrollFuture
0.5.2 #
- New widget: ChangeNotifierConsumer
0.5.3 #
- InfiniteScrollFuture
- _reloadPosition = _scrollController.position.maxScrollExtent - (pageHeight/2);
- Notification is fired only once now. _lastNotifiedReloadPosition != _reloadPosition
0.6.0 #
- provider: ^6.0.0
0.7.0 #
- SectionTile: text renamed to titleText
0.7.1 #
- Utils: TouchAndMouseScrollBehavior