backstreets_widgets 0.14.1
backstreets_widgets: ^0.14.1 copied to clipboard
A package of useful widgets.
Changelog #
0.14.1 #
- Fixed some bugs with tabbed scaffolds.
0.14.0 #
- Updated a lot of code.
- Simplified shortcuts.
- Allow styling all widgets.
- Allow styling the
CenterText
widget.
0.13.0 #
- Added missing exports.
0.12.0 #
- Added some widgets from the flutter_audio_games package.
- Changed the signature of
SimpleFutureBuilder.loading
to bring it inline with Riverpod'sAsyncValue.when
.
0.11.0 #
- Added the
PointListTile
widget. - Added the
EditPointScreen
widget.
0.10.0 #
- Added the
ErrorListTile
widget.
0.9.0 #
- Added the
SimpleFutureBuilder
widget. - Added the
pushWidget
extension method to theBuildContext
class. - Code cleanup.
- Fixed exports.
0.8.0 #
- Added the
openCallback
argument toCommonShortcuts
.`
0.7.0 #
- Added the
CommonShortcuts
widget. - Added more useful shortcuts.
- The
ErrorListView
widget now splits up stack traces into multiple list items.
0.6.0 #
- Fixed the clear hotkey to be
escape
,.
0.5.0 #
- Allow the search field in a [SearchableListView] to be cleared with the escape key.
0.4.0 #
- Allow setting callback shortcuts for
SelectItem
andSelectEnum
widgets.
0.3.0 #
- Added the
fromPositional
constructor to bothErrorListView
andErrorScreen
for tighter integration with Riverpod.
0.2.0 #
- All
ListTile
widgets now accept aonLongPress
argument. - The
IntListTile
now uses thePushWidgetListTile
widget, to bring it in line with theDoubleListTile
widget.
0.1.0 #
- Added some widgets and screens for use with Riverpod.
0.0.5 #
- Add the
SelectItem.shouldPop
property.
0.0.4 #
helpShortcut
is now an instance ofCharacterActivator
.
0.0.3 #
- Use a
Widget
forfloatingActionButton
.
0.0.2 #
- Library comments.
0.0.1 #
- Initial release.