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

Create text animation easy with scale, opacity, transform, blur.

animate_text #

Create text animation easy.

Usage #

import 'package:flutter/material.dart';
import 'package:animate_text/animated_text.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text("Animated Text"),
          backgroundColor: Colors.blue,
        ),
        body: const SingleChildScrollView(
          child: Center(
            child: AnimatedText(
              "bottomToTop",
              style: TextStyle(fontSize: 20),
              type: AnimatedTextType.bottomToTop,
            ),
          ),
        ),
      ),
    );
  }
}

Noted #

AnimatedText allow you to use for only one line of text.

អ្នកបង្កើត #


លោក ហ៊ិន រដ្ឋា Mr. Hin Ratha
ជំនាញ បង្កើតកម្មវិធីទូរស័ព្ទ Mobile Apps Developer
បទពិសោធន៍ Flutter, ReactNative
ទូរស័ព្ទ 096 659 2250 📞

គេហទំព័រ #

Ratha Dev

10
likes
0
points
49
downloads

Publisher

verified publisherrathadev.site

Weekly Downloads

Create text animation easy with scale, opacity, transform, blur.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on animate_text