autotextchanger 0.0.4 copy "autotextchanger: ^0.0.4" to clipboard
autotextchanger: ^0.0.4 copied to clipboard

This Package use for auto change the unlimited text,Its support both Android and iOS,you can easily use.

autotextchanger #

Usage #

This Package use for auto change the unlimited text,Its support both Android and iOS,you can easily use,using cama type long text,you can customize the text change duration and Animated the text.

Example #

Package #

Add this package in your Pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
//Add this line
  autotextchanger: ^0.0.4

//import this 

import 'package:autotextchanger/autotextchanger.dart';


child: AutoTextChanger(
          text: [
            "Hacking..",
            "Getheing Informations..",
            "Getting..",
            "Listing.."
          ],
          textChangeSec: 1,
          textstyle: TextStyle(fontSize: 18, color: Colors.red),
          isAnimated: true,
          //Start up text,, if you want you can set it
          initialtext:"Loading.."
        )

Exmaple Project

License #

MIT

5
likes
20
pub points
0%
popularity

Publisher

unverified uploader

This Package use for auto change the unlimited text,Its support both Android and iOS,you can easily use.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on autotextchanger