chicken 0.0.6 copy "chicken: ^0.0.6" to clipboard
chicken: ^0.0.6 copied to clipboard

chickenStyle is a package that can help developers to speed up the process of creating textstyles. as we know the more complex the page we create the more we interact with textstyle. designing the tex [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chicken

With Flutter:

 $ flutter pub add chicken

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  chicken: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chicken/chicken.dart';
2
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

chickenStyle is a package that can help developers to speed up the process of creating textstyles. as we know the more complex the page we create the more we interact with textstyle. designing the textstyle in each widget is a very tiring job. chickenStyle comes like a class in CSS, where is the declaration of this class we save it in a different file, and we can call that class anytime and anywhere Apart from that. just type one line of bash code and you will get more than 20 textstyle classes ready to use

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chicken