/mynotes

Primary LanguageDart

mynotes

A new Flutter project.

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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Architecture

https://docs.flutter.dev/resources/architectural-overview

Commands

flutter pub add firebase_core flutter pub add firebase_auth flutter pub add cloud_firestore flutter pub add firebase_analytics

dart pub global activate flutterfire_cli

flutterfire configure

Templates

https://instaflutter.com/design/best-flutter-app-templates/

Firebase

flutter firebase auth docs: https://firebase.flutter.dev/docs/auth/usage/

di

https://blog.logrocket.com/dependency-injection-flutter-using-getit-injectable/