demopackage2

Creator: coderz1093

Last updated:

0 purchases

demopackage2 Image
demopackage2 Images

Languages

Categories

Add to Cart

Description:

demopackage2

Demopackage2 #
Demopackage2 gives artistic text
Installation #

Add the latest version of package to your pubspec.yaml (and rundart pub get):

dependencies:
demopackage2: ^0.0.1
copied to clipboard

Import the package and use it in your Flutter App.

import 'package:demopackage2/demopackage2.dart';
copied to clipboard




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,),
),
);
}
}
copied to clipboard





Next Goals #

[] Addcustomising art text

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.