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

Easy customize animation curve.

example/lib/main.dart

import 'package:example/src/home_page.dart';
import 'package:flutter/material.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter curve',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const MyHomePage(),
    );
  }
}
5
likes
0
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

Easy customize animation curve.

Repository (GitHub)
View/report issues

Topics

#animation #ui #effects #widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_curve