super_core 0.1.0
super_core: ^0.1.0 copied to clipboard
The shared GeniusLink design-system foundation for the Super Flutter toolkit: brand and semantic colors, typography, spacing, sizes, radii, motion, light/dark SuperThemeData, intl-free formatters, and [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
super_core: ^0.1.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:super_core/super_core.dart';