Last updated:
0 purchases
mobikul loader package
Mobikul #
Mobikul is a leading mobile app development company that delivers innovative and high-quality mobile applications across various industries. Discover more at https://mobikul.com/flutter-app-development/ and bring your app ideas to life with us.
Mobikul Loader #
A quick way to show a loader with message.
Features #
A simple and effective widget that shows circular progress indicator along with a message, on the current screen itself.
You can customize the message, font color, font size and the color of the circular progress indicator.
Getting started #
Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
mobikul_loader_package: ^0.0.3
copied to clipboard
Usage #
import 'package:mobikul_loader_package/mobikul_loader_package.dart';
copied to clipboard
After importing the above line in your code, you can use the loader just like you use any other widget.
Usage - 1 --> Showing only Circular Progress indicator in a dialog
MobikulLoader()
copied to clipboard
Usage - 2 --> Showing Circular Progress indicator with a message
MobikulLoader( message : " Your text message goes here")
copied to clipboard
Usage - 3 --> Customized Loader with message
MobikulLoader( message : " Your text message goes here", loaderColor: Colors.green , fontColor: Colors.black, fontSize: 24)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.