senior_design_system 4.0.4
senior_design_system: ^4.0.4 copied to clipboard
All of our Senior design system components for building mobile apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add senior_design_systemThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
senior_design_system: ^4.0.4Alternatively, 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:senior_design_system/senior_design_system.dart';