css 1.0.5 copy "css: ^1.0.5" to clipboard
css: ^1.0.5 copied to clipboard

A CSS library for Flutter that facilitates minimal code styling of widgets, simplifying the development of consistent and elegant UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add css

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

dependencies:
  css: ^1.0.5

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:css/css.dart';
1
likes
130
pub points
26%
popularity

Publisher

verified publishermarhaendev.com

A CSS library for Flutter that facilitates minimal code styling of widgets, simplifying the development of consistent and elegant UI.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, google_fonts

More

Packages that depend on css