• Introduction to Flutter
  • Environment Setup
  • Installation
  • Introduction to Hybrid APP Development
  • Creating Flutter Project
    • Understanding flutter main method
    • How to run your app on real device
    • Hot reload option in flutter
    • Creating a small Timer app project
  • Creating a Calculator App
    • Add input fields in screen
    • Understanding stateless and stateful components in flutter
    • Adding UI components like input fields and buttons on screen
    • Creating a calculator app project
  • Passing Information between screens
    • Understanding flutter navigation components
    • Adding a new Screen to your app
    • Passing information from first screen to second screen and vice versa
    • Creating app that simulate Passing information between screens operation
  • SQLite Database
    • Creating a form for capturing user address
    • Understanding SQLite database creation and table creation process
    • SQL CRUD Operations
  • Working with device hardware
    • Understanding permissions in Android
    • Adding bitmap images to screen
    • Using device camera to click an image
    • Sending Camera data back to screen and display image on bitmap
    • Creating app that captures camera image and displays on screen
  • Understanding list views and swipeable views
    • Creating a list view
    • Preparing list of data of contacts
    • Implementing Swipeable views in android
    • Creating app like home screen of whatsapp
  • Understanding of Interactions with Server in Android
    • Introduction to web services in flutter
    • Identifying difference between GET and POST methods
    • Implementing simple rest API consumption app
  • Client Server Architecture
    • Understanding how to prepare an Ecommerce
    • Passing Data from Server and displaying products in Screen
    • Setting up actions when you click on different products
  • Introduction to push notifications and dynamic searching
    • Implementing search functionality for different products
    • Integrating push notification using firebase
    • Introduction to fire base
    • Generating user api key and registering app on Firebase console
    • Triggering notification from firebase console and sending notification to users