- ...
- 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
- CMake Tools - microsoft.com
- Code Spell Checker - streetsidesoftware.com
- Error Lens - Alexander
- Live Server - Ritwick Dey
- Flutter Intl - Localizely
- Flutter Widget Snippets - Alexis Villegas Torres
- :emojisense: - Matt Bierner
- 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 [Microsoft Windows [Version 10.0.26100.4351] (c) Microsoft Corporation. All rights reserved.]
- npm -v
- firebase login
- firebase login:list
- firebase logout
- cmd firebase login or firebase login:ci [Must do this]
- 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 [standalone binary: Download the Firebase CLI binary for 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
- Now on VS code terminal 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
- Differentiate Between Name and ID:
- Project name can be duplicated across accounts.
- Project ID must be globally unique.
- Want to create project and faild why? because your project name already exist in google but you think your sysyem may hjave some eroor
- Firebase console https://console.firebase.google.com/
- 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_storage
- flutter pub add firebase_analytics
- Package Name
- google-sevice.json
- "client":
- "package_name": "com.example.abd_clone"
- Pub get
- flutter pub add collection
- flutter pub add uuid
- flutter pub add font_awesome_flutter
- flutter pub add flutter_facebook_auth
- flutter pub add google_sign_in
- flutter pub add image_picker
- flutter pub add image
- flutter pub add flutter_hooks
- flutter pub add collection
- flutter pub add intl
- flutter pub add video_thumbnail
- flutter pub add video_player
- flutter pub add lottie
- flutter pub add share_plus
- flutter pub add url_launcher
- Rename
- Ctrl/Cmd + F2
- Riverpod
- flutter pub add hooks_riverpod
- flutter pub add riverpod_annotation
- For vs Code
- Flutter Riverpod Snippets - Robert Brunhage
- Run
- flutter run
- SHA1
- keytool -list -v -keystore "C:\Users\iftek\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
- 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