brand_circle_loading

Creator: coderz1093

Last updated:

0 purchases

brand_circle_loading Image
brand_circle_loading Images

Languages

Categories

Add to Cart

Description:

brand circle loading

Brand Circle Loading #

Installing #
Add this to your package's pubspec.yaml file:
dependencies:
brand_circle_loading: ^0.0.1
copied to clipboard
Import #
import 'package:brand_circle_loading/brand_circle_loading.dart';
copied to clipboard
How to use #
First, initialize BrandCircleLoading in your Code like this:
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
BrandCircleLoading.init(context, 'images/your_brand_logo.png');
return Scaffold(
...
);
}
}
copied to clipboard
And then, try use like this:
You can call BrandCircleLoading as an Overlay Loading:
BrandCircleLoading().showLoaderOverlay();
copied to clipboard
or also you can call as a Widget;
BrandCircleLoading().buildWidget();
copied to clipboard
Changelog #
CHANGELOG
License #
MIT License
️❤️

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.