0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.