flutter_login_funnel 0.0.8 copy "flutter_login_funnel: ^0.0.8" to clipboard
flutter_login_funnel: ^0.0.8 copied to clipboard

outdated

An easy to use Flutter widgets to do the UI UX of a login with nice animation transition.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_login_funnel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_login_funnel: ^0.0.8

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:flutter_login_funnel/default/register_or_connect.dart';
import 'package:flutter_login_funnel/default/top_section.dart';
import 'package:flutter_login_funnel/layou_package/extension_string.dart';
import 'package:flutter_login_funnel/layou_package/fade_intout_transitionner.dart';
import 'package:flutter_login_funnel/login_enum.dart';
import 'package:flutter_login_funnel/main.dart';
import 'package:flutter_login_funnel/model/login_model.dart';
import 'package:flutter_login_funnel/widget/inputs.dart';
import 'package:flutter_login_funnel/widget/next_button.dart';
import 'package:flutter_login_funnel/widget/step.dart';
17
likes
0
pub points
28%
popularity

Publisher

unverified uploader

An easy to use Flutter widgets to do the UI UX of a login with nice animation transition.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, tap_debouncer

More

Packages that depend on flutter_login_funnel