flutter_motionly 0.0.3 copy "flutter_motionly: ^0.0.3" to clipboard
flutter_motionly: ^0.0.3 copied to clipboard

Colección de widgets animados personalizados para Flutter con efectos visuales modernos. Incluye botones con reveal effects, textos animados en cascada y indicadores circulares.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_motionly

With Flutter:

 $ flutter pub add flutter_motionly

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_motionly: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_motionly/common/utils.dart';
import 'package:flutter_motionly/widget/button/animated_state_button.dart';
import 'package:flutter_motionly/widget/button/focus_button.dart';
import 'package:flutter_motionly/widget/button/rect_reveal_button.dart';
import 'package:flutter_motionly/widget/button/ripple_reveal_button.dart';
import 'package:flutter_motionly/widget/indicator/circular_reveal_indicator.dart';
import 'package:flutter_motionly/widget/loaders/wave_stick_loader.dart';
import 'package:flutter_motionly/widget/text/animated_text.dart';
import 'package:flutter_motionly/widget/text/fuzzy_text.dart';
4
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Colección de widgets animados personalizados para Flutter con efectos visuales modernos. Incluye botones con reveal effects, textos animados en cascada y indicadores circulares.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_motionly