Skip to content

In this project ,I will demonstrate all the basic components of flutter.

Notifications You must be signed in to change notification settings

harsh6768/Flutter_Examples

Repository files navigation

❤️ 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.

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