stacked_rotating_loader 0.0.1 copy "stacked_rotating_loader: ^0.0.1" to clipboard
stacked_rotating_loader: ^0.0.1 copied to clipboard

A customizable Flutter loader that stacks and rotates PNG frames in alternating directions for a smooth, hypnotic animation.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:stacked_rotating_loader/stacked_rotating_loader.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        backgroundColor: Colors.black,
        body: Center(
          child: StackedRotatingLoader(),
        ),
      ),
    );
  }
}
3
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter loader that stacks and rotates PNG frames in alternating directions for a smooth, hypnotic animation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stacked_rotating_loader