flutter_fire_base_register

How login, register and log out Firebase. Textformfield with focusNode InheritedWidget exam. Stream provider usage.

App Home
flutter_fire_base_register

To use this package :

  • add the dependency to your pubspec.yaml file.

    provider: ^5.0.0
    firebase_core: ^1.1.0
    cloud_firestore: ^2.0.0
    firebase_auth: ^1.1.3
    
  • paste it in the specified path android\app\build.gradle

    android {
    defaultConfig{
    multiDexEnabled true
    }
    }

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

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

GitHub

https://github.com/taylanyildiz/Flutter-Firebase-register-and-login