hgg_view 1.0.0
hgg_view: ^1.0.0 copied to clipboard
基础 Hgg UI
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hgg_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hgg_view: ^1.0.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:hgg_view/hgg_view.dart';