loader_bundle 0.0.4 copy "loader_bundle: ^0.0.4" to clipboard
loader_bundle: ^0.0.4 copied to clipboard

A flutter plugin for loading animations

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'),
          ),
        ),
      ),
    );
  }
0
likes
140
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for loading animations

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, lottie, plugin_platform_interface

More

Packages that depend on loader_bundle

Packages that implement loader_bundle