jabar_design_system 0.0.2+3 copy "jabar_design_system: ^0.0.2+3" to clipboard
jabar_design_system: ^0.0.2+3 copied to clipboard

Official Jabar Design System package for Flutter. Work in progress.

Header image

Pub.dev Badge GitHub Build Badge MIT License Badge Flutter Platform Badge

Jabar Design System #

Official Jabar Design System Package for Flutter.

Jabar Design System was created as a product design and programming code standard that makes it easy for designers and developers in West Java (ID) to develop uniform products.

Features #

  • Import
import 'package:jabar_design_system/jabar_design_system.dart';
  • Colors (Primary, Secondary, Neutral, etc)
Container(color: Jds.colors.primary.green,)
  • Text Theme (Sans Serif, Sans Serif Alt, Serif)
import 'package:jabar_design_system/jabar_design_system.dart';

Text('Jabar Design System', style: Jds.textTheme.sansSerif.bodyMedium)

Additional information #

This package is still a work in progress and will be treated as an internal project, while its Figma is open to the community. You can read more about Jabar Design System here.

1
likes
145
pub points
0%
popularity

Publisher

verified publisherdigitalservice.id

Official Jabar Design System package for Flutter. Work in progress.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-4-Clause (license)

Dependencies

flutter, google_fonts

More

Packages that depend on jabar_design_system