app_loader 1.4.2 copy "app_loader: ^1.4.2" to clipboard
app_loader: ^1.4.2 copied to clipboard

A Flutter package that provides a widget to implement a double back press to close functionality in Flutter applications. Works seamlessly on Android and iOS platforms without any conflicts with web.

1.0.0 #

  • Initial release.
  • Added package initialization and initial configuration settings.

1.0.1 #

  • Changed materialColor property from [MaterialLoader] to type [Color Function(BuildContext context)]

1.1.0 #

  • Changed onFetchData method properties type to [Future

1.1.1 #

  • Fix null_check_operator_used_on_null_value error

1.2.0 #

  • Added new widget [AppLoaderWrapper]

1.2.1 #

  • Fix [AppLoaderWrapper] export

1.3.0+stable #

  • Created [LoaderOptions] class to setup the rendering loader widget.

1.4.0 #

  • Added [message] field to LoaderOptions.

  • Added [CancelToken] to future field on [loader.start] method.

1.4.1 #

  • Added a check for context.mounted in the open method to prevent errors when the widget is no longer in the tree.

1.4.2 #

  • Fix WillPopCustom in ios, bug that avoid to use gesture to close modal barriers.
2
likes
130
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a widget to implement a double back press to close functionality in Flutter applications. Works seamlessly on Android and iOS platforms without any conflicts with web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on app_loader