backstreets_widgets 0.10.0
backstreets_widgets: ^0.10.0 copied to clipboard
A package of useful widgets.
Changelog #
0.10.0 #
- Added the
ErrorListTilewidget.
0.9.0 #
- Added the
SimpleFutureBuilderwidget. - Added the
pushWidgetextension method to theBuildContextclass. - Code cleanup.
- Fixed exports.
0.8.0 #
- Added the
openCallbackargument toCommonShortcuts.`
0.7.0 #
- Added the
CommonShortcutswidget. - Added more useful shortcuts.
- The
ErrorListViewwidget 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
SelectItemandSelectEnumwidgets.
0.3.0 #
- Added the
fromPositionalconstructor to bothErrorListViewandErrorScreenfor tighter integration with Riverpod.
0.2.0 #
- All
ListTilewidgets now accept aonLongPressargument. - The
IntListTilenow uses thePushWidgetListTilewidget, to bring it in line with theDoubleListTilewidget.
0.1.0 #
- Added some widgets and screens for use with Riverpod.
0.0.5 #
- Add the
SelectItem.shouldPopproperty.
0.0.4 #
helpShortcutis now an instance ofCharacterActivator.
0.0.3 #
- Use a
WidgetforfloatingActionButton.
0.0.2 #
- Library comments.
0.0.1 #
- Initial release.