dynamic_mobile_widgets 0.0.15+2
dynamic_mobile_widgets: ^0.0.15+2 copied to clipboard
Flutter package that automatically chooses the correct widgets for Android and IOS platforms.
Dynamic Mobile Widgets Changelog #
Table of Contents #
0.0.15+2 #
- Added
libdirectory and changedwidgetsdirectory tosrc
0.0.15+1 #
- Fixed small bugs
0.0.15 #
- Renamed the template from
dynamic_mobile_widgets.dart
to
dynamic_widget_structure.dart - Changed up the file structure
- Previous structure:
dynamic_mobile_widgets > lib > [all files] - Project is now structured:
dynamic_mobile_widgets > src > src > [all files]
dynamic_mobile_widgets > src > dynamic_mobile_widgets.dart(Export handler)
- Previous structure:
0.0.1 #
- First release
- Most likely will have bugs
- Starting supported src (Android Support/IOS Support):
- DynamicApp (MaterialApp/CupertinoApp)
- DynamicAppBar (AppBar/CupertinoNavigationBar)
- DynamicButton (ElevatedButton/CupertinoButton)
- DynamicCircularProgressIndicator (CircularProgressIndicator/CupertinoActivityIndicator)
- DynamicForm (Form/CupertinoFormSection)
- DynamicFormField (TextFormField/CupertinoTextFormFieldRow)
- DynamicScaffold (Scaffold/CupertinoPageScaffold)
- DynamicSingleChildScrollView (Scrollbar>SingleChildScrollView/CupertinoScrollbar>SingleChildScrollView)
0.0 #
- Focusing on getting the package up and running
- There will likely be bugs with lots of small changes