jst_ui 1.4.0 copy "jst_ui: ^1.4.0" to clipboard
jst_ui: ^1.4.0 copied to clipboard

Packages with the styles and components of the Justa Design System

jst_ui #

Packages with the styles and components of the Justa Design System

Getting started #

Add dependency #

You can use the command to add jst_ui as a dependency with the latest stable version:

$ dart pub add jst_ui

Or you can manually add jst_ui into the dependencies section in your pubspec.yaml:

dependencies:
  jst_ui: ^replace-with-latest-version

Usage #

import 'package:jst_ui/jui_styles.dart';

final spacing = JuiBreakpoints.b48;
final color = Juicolors.white
import 'package:jst_ui/jui_widgets.dart';

Scafold(
    body: Column(
        children: [
            JuiButton(
                label: "Button",
                onPressed: () {}
            )
        ]
    )
)

2
likes
100
pub points
0%
popularity

Publisher

verified publisherjusta.com.vc

Packages with the styles and components of the Justa Design System

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

badges, flutter, flutter_modular, flutter_screenutil, flutter_svg, intl

More

Packages that depend on jst_ui