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

It is demopackage which gives options for fancy text

Demopackage2 #

Demopackage2 gives artistic text

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  demopackage2: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:demopackage2/demopackage2.dart';

class Screen extends StatelessWidget {  
  const Screen({Key? key}) : super(key: key);  
  
  @override  
  Widget build(BuildContext context) {  
    return Scaffold(  
      body: Center(  
        child:  ArtText(style: Style.style1,),
      ),  
    );  
  }  
}

Next Goals #

  • [] Addcustomising art text
0
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

It is demopackage which gives options for fancy text

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on demopackage2