login23 0.0.1 login23: ^0.0.1 copied to clipboard
This package is used to have a login in all the app sending as parameters the url of the image, the input and the event of the button To be able to implement them, it is very important for it to work [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add login23
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
login23: ^0.0.1
Alternatively, 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:login23/hello.dart';