simple_loading_view 0.1.0 copy "simple_loading_view: ^0.1.0" to clipboard
simple_loading_view: ^0.1.0 copied to clipboard

outdated

This project is a sample for simple loading indicator. We can implement indicator simply, also use our custom widgets as indicator. Please check the Example for more details.

loading_view_example #

how to use the loading_view plugin.

Example usage @override Widget build(BuildContext context) { return Scaffold( body: LoadingView( isLoading: isLoading, progressIndicator: IndicatorMap[Indicator.defaultIndicator], child: OutlineButton( child: const Text('Default', semanticsLabel: 'Default'), onPressed: () { indicatorWidget = IndicatorMap[Indicator.defaultIndicator]; // Perform some action setState(() { isLoading = true; }); closeIndicator(); }, )), ); }

Getting Started #

This project is a sample for simple loading indicator.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

This project is a sample for simple loading indicator. We can implement indicator simply, also use our custom widgets as indicator. Please check the Example for more details.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_loading_view