sintia_system_design 0.6.0
sintia_system_design: ^0.6.0 copied to clipboard
Flutter design system package with configurable theming, and UI components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sintia_system_designThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sintia_system_design: ^0.6.0Alternatively, 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:sintia_system_design/sintia_system_design.dart';