use_widgets 0.2.0 copy "use_widgets: ^0.2.0" to clipboard
use_widgets: ^0.2.0 copied to clipboard

Make your app more alive with beautiful animated icons.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:use_widgets_example/home.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'Use Widgets Example',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomePage(),
    ),
  );
}
6
likes
0
points
44
downloads

Publisher

verified publisherdunef.io

Weekly Downloads

Make your app more alive with beautiful animated icons.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_hooks, lottie

More

Packages that depend on use_widgets