smart_flare 0.2.9+1 copy "smart_flare: ^0.2.9+1" to clipboard
smart_flare: ^0.2.9+1 copied to clipboard

A package that helps with larger flare animations and interactions.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        title: 'Flutter Demo',
        theme: ThemeData(
          primarySwatch: Colors.blue,
        ),
        home: NavigationDemo());
  }
}
53
likes
40
pub points
66%
popularity

Publisher

verified publisherfilledstacks.com

A package that helps with larger flare animations and interactions.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flare_flutter, flutter

More

Packages that depend on smart_flare