super_core 2.1.0
super_core: ^2.1.0 copied to clipboard
Super Core — GeniusLink’s shared design-system foundation for the Super toolkit: super_auto_suggestion_box, super_form_field, super_map, super_table_field, super_tree, and super_tab_bar. Defines the v [...]
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: ^2.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';