plugin_package_test 1.0.2
plugin_package_test: ^1.0.2 copied to clipboard
Mon premier plugin de test
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plugin_package_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
plugin_package_test: ^1.0.2Alternatively, 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:plugin_package_test/presentation/controllers/sign_up/sign_up_controller.dart';
import 'package:plugin_package_test/presentation/views/login/login_page.dart';