backstreets_widgets 0.22.1
backstreets_widgets: ^0.22.1 copied to clipboard
A package of useful widgets which reduce code, and guarantee an accessible experience on multiple platforms.
Changelog #
0.22.1 #
- Use the
defaultTargetPlatformproperty to determine whether keyboard shortcuts should be Apple style or not - Make
CentreTextcentre the text vertically too.
0.22.0 #
- Added the
DataScopewidget. - Updated the
BuildContext.showMessageextension method to make it more customizable. - Added the
BuildContext.getLoadedDataextension method.
0.21.0 #
- Added the
TimedCommands.unregisterCommandmethod.
0.20.0 #
- Removed all the text style arguments now that I found
DefaultTextStyle.
0.19.0 #
- Added the
TouchSurfaceBuilderwidget. - Moved all utility functions to extension methods.
0.18.0 #
- Added the
TimedCommandswidget.
0.17.0 #
- Hopefully fixed
SimpleFutureBuilder. - Fixed focus problems with
TabbedScaffolds.
0.16.1 #
- Catch errors with
SimpleFutureBuilderagain.
0.16.0 #
- Improved the
SimpleFutureBuilderwidget.
0.15.0 #
- Added the
ListViewBuilderwidget. - Fixed an autofocus issue with the
GameShortcutsHelpScreen.
0.14.3 #
- Stop stealing focus with the
GameShortcutswidget in theTabbedScaffoldwidget.
0.14.2 #
- Add the control key to tabbed scaffolds page-switching keys.
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
CenterTextwidget.
0.13.0 #
- Added missing exports.
0.12.0 #
- Added some widgets from the flutter_audio_games package.
- Changed the signature of
SimpleFutureBuilder.loadingto bring it inline with Riverpod'sAsyncValue.when.
0.11.0 #
- Added the
PointListTilewidget. - Added the
EditPointScreenwidget.
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.