mobile_foundrylogin 0.0.3
mobile_foundrylogin: ^0.0.3 copied to clipboard
A flutter package to integrate foundry in your mobile apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobile_foundryloginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobile_foundrylogin: ^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:mobile_foundrylogin/login.dart';
import 'package:mobile_foundrylogin/privateApi.dart';
import 'package:mobile_foundrylogin/rating.dart';
import 'package:mobile_foundrylogin/signup.dart';
import 'package:mobile_foundrylogin/support_chat.dart';
import 'package:mobile_foundrylogin/user_management.dart';