Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Quiz Flutter Application with Laravel 6
Rating: 3.0 out of 5(9 ratings)
118 students

Building Quiz Flutter Application with Laravel 6

Learn how to build flutter application using Laravel as APIs backend
Last updated 12/2019
English

What you'll learn

  • Create Flutter Application with Laravel API
  • Create Laravel Restiful API

Course content

2 sections33 lectures9h 11m total length
  • Introduction to the Course2:40

    Build a quiz Flutter app with a Laravel backend, create and use APIs in part one, then develop the mobile app in part two, using push notifications via Laravel Notify.

  • Final Demo15:10

    See the final demo of building a quiz mobile app with Flutter and Laravel 6, featuring user authentication, admin management, quiz creation, and push notifications with publishing workflows.

  • Prerequisites and Tools6:11

    Discover prerequisites and essential tools for building a quiz Flutter application with Laravel 6, including setting up the development environment, creating APIs for mobile apps, and testing endpoints with Postman.

  • DEMO - Web Based Application5:31

    Build a web-based application with a Laravel 6 API, featuring user authentication, a dashboard, and push notifications, while enabling quiz submission and API-driven interactions.

  • Building Laravel APIs - Introduction5:17

    Learn the basics of building Laravel API backends, understand what an API is, explore API documentation and operations, and see how applications talk to servers securely through a software intermediary.

  • Authentication and User Registration API10:46

    Learn how to implement authentication and user registration for a Laravel 6 backend, protect API endpoints, and handle login with username and password.

  • Dashboard API - Explained!6:13

    Explore how to build and explain a dashboard API for a quiz app, focusing on authentication, login flows, token-based access, and modeling questions and related metadata.

  • Start Quiz API - Explained8:06

    Explore how to design and test a start quiz API with Laravel 6 for a Flutter app, including endpoints, authentication tokens, and handling quiz questions.

  • My Quizes API5:01

    Explore the my quizzes API to list a user's quizzes, secure endpoints with strong authentication, and enable taking quizzes within a flutter app backed by laravel 6.

  • Quiz Attempt API - Explained4:11

    Explore the quiz attempts API, including creating endpoints for attempts and attempted questions, handling answers, and enforcing authenticated user access through the controller.

  • Change Password API8:36

    Demonstrates building a change password API for the quiz app, covering frontend password entry, confirmation, and API validation, with testing as a customer on mobile and desktop.

  • Swagger UI - API Docs Explained15:35

    Explore how Swagger UI provides interactive, shareable API docs that simplify testing endpoints and importing documentation, contrasting it with Postman workflows and OpenAPI.

  • Laravel Push Notification - FCM23:13

    Explains push notification basics and how to integrate Firebase Cloud Messaging (FCM) to deliver messages to mobile devices, including project setup, tokens, and server-side sending.

  • Laravel Quiz App - Source Codes0:04

Requirements

  • Laravel Basics
  • Flutter Basics

Description

Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia[5] and the web.

Laravel is a web application framework with expressive, elegant syntax,


In this course, you will learn how to create flutter application using laravel framework as backend as Laravel is modern php framework. This course will allow Laravel developers to work with flutter developers together and show you how easy to consume Laravel APIs from  Flutter Application.


You will learn how to create Laravel REST APIs from scratch, you will learn all stuffs relating to Laravel also from there you will start building your Flutter application consuming the APIs.

At the end you will learn how to deploy your Flutter Application to Google Play Store!!


Enroll Today!


Who this course is for:

  • Laravel developers who are curious to create backend API for mobile devices.
  • Flutter developers who are curious to learn how to consume backend APIs