HA
harsh6768/Flutter_Examples
In this project ,I will demonstrate all the basic components of flutter.
❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!
1. Timedim:
Add Firebase_Auth Dependency in pubspec.yaml
dependencies:
splashscreen:
You can install packages from the command line:
flutter packages get
Add Images in pubspec.yaml
assets:
- images/pica2.png
- images/pica3.png
- images/rooster.png
- images/plants/in_plants1.jpg
- images/plants/in_plants3.jpg
- images/plants/plant2.jpg
- images/plants/spices.png
- images/plants/in_plants2.jpg
- images/plants/in_plants4.jpg
- images/plants/in_plants6.png
- images/plants/in_plants7.png
2. Flutter_Firebase Project
In this project i have used firebase auth to signup and signed in the user.
- Visit Firebase for more information
- Visit Firebase website for all the plugins
- Visit Flutter.io for more content
Add Firebase_Auth Dependency in pubspec.yaml
dependencies:
firebase_auth: ^0.8.1
You can install packages from the command line:
flutter packages get
..............
..............

.
.
.
3. Firebase_Todo Project
Update the Data Module is Pending.
Add Cloud_Firestore Dependency in pubspec.yaml
dependencies:
cloud_firestore:
Save file and It will automatically add the dependency. or Follow below mentioned instruction.
You can install packages from the command line:
flutter packages get
4. Camera Demo Project
Add Image_Picker Dependency in pubspec.yaml
dependencies:
image_picker: ^0.5.0+3
You can install packages from the command line:
flutter packages get
On this page
Languages
Dart91.7%Objective-C5.5%Java2.7%HTML0.1%
Contributors
Created February 11, 2019
Updated September 27, 2022











