A flutter application for displaying the list of the holidays throughout the year.
Main Features Used :
- Beautiful UI Design
- Form-Field Validation
- Firebase Authentication
- Firebase Database
- TabBar
1 | 2 |
---|---|
3 | 4 |
---|---|
Don't forget to star 🌟 the repo if you like our work.❤️💙💛💜💚
Toastguyz - A programming tutorials website
Follow us on our social media profiles to support us.
Enthusiastic Android & Flutter App Developer.
Thanks for reaching out to us. 💯
- Create your flutter application project.
- Set up with firebase
- Create Realtime Database with Test Rules and import the attached json file(flutter-ocassions.json) in Screenshots folder to your flutter project.
- To run your project enable Authentication for email in firebase console.
- After Running your app, use company code as "ABC" to move further.
RealTime Database Rules :
{
"rules": {
".read": true,
".write": true
}
}
Now, you're ready to rock the floor:guitar: