0 purchases
beauty loading
beauty_loading #
A beautiful Flutter loading package.
Installing #
Add this to your package's pubspec.yaml file:
dependencies:
beauty_loading: ^0.0.1
copied to clipboard
Import #
import 'package:beauty_loading/beauty_loading.dart';
copied to clipboard
How to use #
显示 loading #
BeautyLoading.show(context);
copied to clipboard
取消 loading #
BeautyLoading.dismiss();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.