flutter_motionly 1.1.1 copy "flutter_motionly: ^1.1.1" to clipboard
flutter_motionly: ^1.1.1 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 Flutter:

 $ flutter pub add flutter_motionly

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

dependencies:
  flutter_motionly: ^1.1.1

Alternatively, your editor might support 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/backgrounds/flick_tile_animation.dart';
import 'package:flutter_motionly/widget/backgrounds/particles_animation.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/pulsating_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/circle_matrix_loader.dart';
import 'package:flutter_motionly/widget/loaders/square_matrix_loader.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';
import 'package:flutter_motionly/widget/wrapper/ripple_wrapper.dart';
4
likes
145
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_motionly