shoko_ui 1.1.4 shoko_ui: ^1.1.4 copied to clipboard
This package is a UI-Kit from the ShokoTeam, which aims to accelerate the development of both your and our projects
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shoko_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
shoko_ui: ^1.1.4
Alternatively, 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:shoko_ui/shoko_ui.dart';