qh_lib_test 1.0.0+1
qh_lib_test: ^1.0.0+1 copied to clipboard
A Flutter package for both android and iOS which provides extensions and widgets
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qh_lib_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qh_lib_test: ^1.0.0+1Alternatively, 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:qh_lib_test/extentions/msg_ext.dart';
import 'package:qh_lib_test/qh_pubdev_test.dart';
import 'package:qh_lib_test/widgets/button_social_signin.dart';
import 'package:qh_lib_test/widgets/view_space.dart';