Getting Started
Installation
The first thing we need to do is add the package form as a dependency on pubspec.yaml
.
dependencies:
effortless_firebase_auth:
Now we need to install the form.
flutter pub get
Run the command in the same directory as the file pubspec.yaml
.
Alternatively, your editor can support it flutter pub get
. Check your publisher’s documents to learn more.
Import
Now, in your Dart code, you can use:
import 'package:effortless_firebase_auth/effortless_firebase_auth.dart';
Last updated
Was this helpful?