SlideShare a Scribd company logo
FLUTTER FIESTA
Flutter.pdf
Agenda
Flutter Flights 101
Introduction to Firebase
What is Flutter?
Flutter is a free and open-source mobile UI framework created
by Google.
Programming language used is dart..
Dart Language on the other hand is an open source client side
programming platform.
Flutter consists of 'Flutter SDK'.
Flutter.pdf
Why Flutter?
It allows you to build android/ios apps just using one
programming language and one codebase only.
Hot reload
Easily use widgets provided by Flutter and personalize it to
create a valuable UI for your customers.
Documentation support.
Flutter is supported by both android studio and vscode.
Flutter.pdf
Flutter.pdf
Firebase can be understood as a real time database.
Real time database
Its a backend development tool.
Google Firebase can turn this into a serverless app in no time.
It eliminates the need to write backend code from scratch and gives you
a fully functional one instead.
What is Firebase?
Why Firebase?
Less technical
time-saving alternative to writing full-fledged backend code for dynamic
apps.
Saves significant amount of development cost, as you don't need to pay as
high as developing from scratch.
Firebase has its authentication service.
Firebase offers machine learning capabilities for training models.
Application of firebase

More Related Content

Flutter.pdf

  • 4. What is Flutter? Flutter is a free and open-source mobile UI framework created by Google. Programming language used is dart.. Dart Language on the other hand is an open source client side programming platform. Flutter consists of 'Flutter SDK'.
  • 6. Why Flutter? It allows you to build android/ios apps just using one programming language and one codebase only. Hot reload Easily use widgets provided by Flutter and personalize it to create a valuable UI for your customers. Documentation support. Flutter is supported by both android studio and vscode.
  • 9. Firebase can be understood as a real time database. Real time database Its a backend development tool. Google Firebase can turn this into a serverless app in no time. It eliminates the need to write backend code from scratch and gives you a fully functional one instead. What is Firebase?
  • 10. Why Firebase? Less technical time-saving alternative to writing full-fledged backend code for dynamic apps. Saves significant amount of development cost, as you don't need to pay as high as developing from scratch. Firebase has its authentication service. Firebase offers machine learning capabilities for training models.