dynamic_mobile_widgets 0.0.15+2 copy "dynamic_mobile_widgets: ^0.0.15+2" to clipboard
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 lib directory and changed widgets directory to src

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)

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

Version 0 #

0
likes
60
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package that automatically chooses the correct widgets for Android and IOS platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on dynamic_mobile_widgets