flutter_steps_animation 1.1.0 copy "flutter_steps_animation: ^1.1.0" to clipboard
flutter_steps_animation: ^1.1.0 copied to clipboard

A powerful Flutter package for building complex animation step by step.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'animation_page.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: AnimationPage(),
    );
  }
}
11
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A powerful Flutter package for building complex animation step by step.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_steps_animation