- ...
- flutter clean
- flutter pub cache repair
- flutter pub get
- flutter run
- flutter pub outdated
- flutter upgrade
- flutter build windows
- Visual Studio Code - Extensions
- Dart - dartcode.org
- Flutter - dartcode.org
- Code Spell Checker - streetsidesoftware.com
- Error Lens - Alexander
- Live Server - Ritwick Dey
- Flutter Intl - Localizely
- Flutter Widget Snippets - Alexis Villegas Torres
- Live Server - Ritwick Dey
- Check valid flutter installation
- flutter doctor
- Create project
- flutter create my_app
- Boc
- flutter pub add bloc
- flutter pub add flutter_bloc
- flutter pub add bloc_test
- Firebase | Install
- Add Firebase to Flutter app
- https://firebase.google.com/docs/flutter/setup?platform=android
- check flutter doctor
- Download node.js and please install
- https://nodejs.org/en
- Cmd npm install -g firebase-tools
- npm -v
- cmd firebase login or firebase login:ci
- Allow Firebase to collect CLI and Emulator Suite usage and error reporting information? (Y/n)
- Visit this URL on this device to log in: ... and allow
- Firebase CLI Login Successful
- cmd -> Success! Logged in as i...@gmail.com
- Download and install CLI Rum
- https://firebase.google.com/docs/cli#install-cli-windows
- firebase-tools-instant-win.exe
- CMD ..... your CLI is set up!
- Browse the link and Success! Logged in as ...@....com or firebase login
- Run cmd dart pub global activate flutterfire_cli
- Error
- But the cmd window is shutdown
- dart --version also not working or shutdown
- Run powershell and rum dart pub global activate flutterfire_cli
- Error: Unable to find git in your PATH.
- Install git
- Activated flutterfire_cli ..... or 1.1.0.
- Set system's "Path" environment variable C:\Users\...\AppData\Local\Pub\Cache\bin
- Create a new project, open a terminal, and add the Firebase Core package.
- flutter pub add firebase_core
- Communicating with firebase services.
- flutterfire configure
- A configuration wizard for integrating Firebase with Flutter
- Firebase cloud
- Firebase recommend package
- firebase_core
- flutter pub add firebase_core
- firebase_auth
- flutter pub add firebase_auth
- flutter pub add cloud_firestore
- flutter pub add firebase_analytics
- Pub get
- flutter pub add collection
- Rename
- Ctrl/Cmd + F2
- Riverpod
- flutter pub add hooks_riverpod
- For vs Code
- Flutter Riverpod Snippets - Robert Brunhage
- Run
- flutter run
- Testing
- flutter pub add test --dev
- Now it works on dev_dependencies
- Update | Showing outdated packages and update
- flutter pub outdated
- flutter upgrade
dart
Flutter
Flutter
Dart
No comments:
Post a Comment