login_package_2020 0.0.3
login_package_2020: ^0.0.3 copied to clipboard
A new Flutter LoginModule package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add login_package_2020This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
login_package_2020: ^0.0.3Alternatively, 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:login_package_2020/ViewModel/login_provider.dart';
import 'package:login_package_2020/emptyPage.dart';
import 'package:login_package_2020/foreget_word_page.dart';
import 'package:login_package_2020/login_package.dart';
import 'package:login_package_2020/login_page.dart';