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
80
pub points
0%
popularity

Publisher

unverified uploader

It is demopackage which gives options for fancy text

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on demopackage2