loader_bundle
A flutter plugin for loading animations.
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: const Text('Loader Bundle Example'),
),
body: Loader(
loaderType: SelectLoaderType.neonGlow,
size: 60,
color: Colors.blue,
isLoading: true,
child: Center(
child: Text('Running on: $_platformVersion\n'),
),
),
),
);
}
Libraries
- feature/loader_view
- feature/loaders/blob_loader
- feature/loaders/blur_screen
- feature/loaders/cube_loader
- feature/loaders/gif_loader
- feature/loaders/glow_loader
- feature/loaders/ink_drop
- feature/loaders/liquid_wave
- feature/loaders/moving_dots
- feature/loaders/multi_rings
- feature/loaders/select_loader
- feature/loaders/star_celebration_loader
- loader_bundle
- loader_bundle_method_channel
- loader_bundle_platform_interface