flutter_waff 3.1.0 copy "flutter_waff: ^3.1.0" to clipboard
flutter_waff: ^3.1.0 copied to clipboard

Wide app flutter light-framework.

3.1.0 #

  • ⚠ Support web develop
  • [Change] jsondecode move to example project
  • [Change] example project add the dio lib
  • [Fixed] http-lib's errorCode
  • [Fixed] sqflite lib move to example project

3.0.0 #

  • ⚠ Only support Flutter 3.3 or above
  • [Add] Add shared_preferences to the example project
  • [Change] locale_manage accesses localeName through setLocaleName/getLocaleName function
  • [Change] theme_manage accesses themeMode through setLocaleTheme/getLocaleTheme function
  • [Change] db_service moved to example project
  • [Change] swipe_widget moved to example project
  • [Change] pull_to_refres moved to example project
  • [Update] Upgrade dependencies version
  • [Update] Upgrade the compileSdkVersion of the example project to 33
  • [Removed] storage_service
  • [Fix] sqflite.devSetDebugModeOn to sqflite.setDebugModeOn

2.1.0 #

  • ⚠️ Note: API of v2.1.0 is not compatible with v2.0.0
  • [Change] "Http.transformer" is no longer implemented through "Dio.interceptors"

2.0.0 #

  • [Add] Http.download function
  • [Fix] HttpSmartCancel bug
  • [Fix] showActionsSheet bug
  • [Fix] ConnectivityListener bug
  • [Fix] Remove unused import

0.13.0 #

  • [Change] Upgrade packages
  • [Change] Upgrade kotlin version
  • [Change] Upgrade android's compileSdkVersion and minisdkSdkVersion and targetSdkVersion
  • [Fix] When Get.isLogEnable is false, the log is still displayed
  • [Fix] String.trParams() no longer requires the "!" suffix
  • [Fix] Title and Navbar cannot change languages in real-time

0.12.2 #

  • [Add] ConnectivityListener
  • [Change] Optimize AppLifecycleListener

0.12.1 #

  • [Change] The "params" parameter of the anonymous function created by "buildHttpRunner" is allowed to be null

0.12.0 #

  • [Add] AppLifecrcleState listener support
  • [Add] Create a default global message named eventBus
  • [Change] Remove the RequestPermission feature
  • [Change] Remove the permission_handler plugin

0.11.0 #

  • [Add] Expose all interfaces of dio
  • [Add] Add queryOne and queryMap methods to DbService
  • [Change] The transaction method of DbService supports generics
  • [Change] Optimize the exists method of DbService
  • [Change] event_bus.dart move to services folder, and export package:event_bus/event_bus.dart
  • [Change] Optimize the buildEntityList function
  • [Change] Remove HttpOptions
  • [Change] Replace HttpLogInterceptor with dio's LogInterceptor
  • [Change] Upgrade packages

0.10.0 #

  • [Add] DbService adds close and getVersion methods
  • [Add] Add the HttpSmartCancel feature
  • [Add] Add LocaleManage function to simplify Locales code
  • [Add] Add ThemeManage function to simplify Themes code
  • [Change] Remove the onLog parameter of HttpBaseOptions
  • [Change] The stackTraceBeginIndex of Log is changed from 2 to 0
  • [Change] The type parameter of showActionsSheet was renamed to value, and generic support was added

0.9.4 #

  • [Add] HttpRunnerParams adds "query" and "data" parameters

0.9.3 #

  • [Add] Add event bus support
  • [Change] Simplify http runner build code
  • [Change] Adjust the log implementation of db and http

0.9.2 #

  • Decode json in background with [compute] function.

0.9.1 #

  • Optimizing http library

0.9.0 #

  • initRelease
2
likes
100
pub points
54%
popularity

Publisher

unverified uploader

Wide app flutter light-framework.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

connectivity_plus, dio, event_bus, flutter, get, logger

More

Packages that depend on flutter_waff