Skip to content

lakhanjindam/flutter_forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full fledged flutter LogIn and SignUp

Getting Started

  1. Add following packages in your dependencies section of pubspec.yaml:
dependencies:
  flutter:
    sdk: flutter

  font_awesome_flutter:
  provider:
  firebase_auth:
  firebase_core:
  cloud_firestore:
  dbcrypt: ^1.0.0
  rflutter_alert:
  shared_preferences:
  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.3
  1. Install above packages through pub which is flutter's package manager
flutter pub get
  1. Project structure looks like below:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published