fluttery_framework 1.4.1 copy "fluttery_framework: ^1.4.1" to clipboard
fluttery_framework: ^1.4.1 copied to clipboard

outdated

An extensive framework to build Flutter apps

1.4.1 #

  • conditional export corrected: dart.library.io) 'package:fluttery_framework

1.4.0 #

  • Class ScheduleNotifications removed dropping dependency to flutter_local_notifications
  • supportedLocales: v.App.supportedLocales = supportedLocales ?? onSupportedLocales()
  • Updated widget_test.dart

1.3.0 #

  • Removed deprecated refresh() and buildInherited().
  • Introduced L10n.locale in example app.
  • Introduced initAsync() and inInitState().

1.2.0 #

September 10, 2022

  • Correct typo: extension ContextExtensionss

1.1.0 #

September 10, 2022

  • AppState class now with controller, materialApp, and cupertinoApp parameter
  • AppStatefulWidget class now with circularProgressIndicator parameter
  • Updated README.MD

1.0.0 #

August 24, 2022

  • Production release

0.2.0 #

August 21, 2022

  • import '../example/test/widget_test.dart';
  • Supply continuous integration testing

0.1.0 #

July 18, 2022

  • Initial Development Release