fss 1.0.0 copy "fss: ^1.0.0" to clipboard
fss: ^1.0.0 copied to clipboard

Flutter Style Sheets allows you to style your widgets with a "CSS like" theme file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fss

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

dependencies:
  fss: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:fss/fss.dart';
0
likes
90
pub points
9%
popularity

Publisher

unverified uploader

Flutter Style Sheets allows you to style your widgets with a "CSS like" theme file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on fss