Amazon Clone App with Admin Panel & Push Notifications 2024
Amazon Clone App with Admin Panel & Push Notifications 2024, available at $69.99, has an average rating of 4.45, with 177 lectures, based on 88 reviews, and has 661 subscribers.
You will learn about Android & iOS Fully Functional e-Commerce App with Admin Web Portal Real Time Push Notifications System Advanced Provider State Management Cloud Messaging Cloud Storage Cloud Firestore Flutter FrontEnd App Development Flutter BackEnd App Development Flutter Full Stack Mobile & Web App Development Shared Preferences Local Storage Authentication System and much more. This course is ideal for individuals who are anyone who wants to learn full stack development or anyone who wants to become flutter app developer It is particularly useful for anyone who wants to learn full stack development or anyone who wants to become flutter app developer.
Enroll now: Amazon Clone App with Admin Panel & Push Notifications 2024
Summary
Title: Amazon Clone App with Admin Panel & Push Notifications 2024
Price: $69.99
Average Rating: 4.45
Number of Lectures: 177
Number of Published Lectures: 177
Number of Curriculum Items: 177
Number of Published Curriculum Objects: 177
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Android & iOS Fully Functional e-Commerce App with Admin Web Portal
- Real Time Push Notifications System
- Advanced Provider State Management
- Cloud Messaging
- Cloud Storage
- Cloud Firestore
- Flutter FrontEnd App Development
- Flutter BackEnd App Development
- Flutter Full Stack Mobile & Web App Development
- Shared Preferences
- Local Storage
- Authentication System
- and much more.
Who Should Attend
- anyone who wants to learn full stack development
- anyone who wants to become flutter app developer
Target Audiences
- anyone who wants to learn full stack development
- anyone who wants to become flutter app developer
In this course you will learn and build android & ios e-commerce app platform for online stores and retail point-of-sale systems with web admin portal and firebase cloud messaging with real time push notifications service system.
Google Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps. Firebase provides tools for tracking analytics, reporting and fixing app crashes, creating marketing and product experiment. Firebase is a platform developed by Google for creating mobile and web applications. Easily integrate Firebase into your team’s favorite tools. Trusted by the largest apps. Firebase helps teams from startups to global enterprises build & run successful apps. Boost App Engagement. Monitor App Performance. Cross-Platform Solutions.
Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. Firebase app distribution integration for Flutter developers in Codemagic just got better. Publish Flutter Apps to Firebase App Distribution. Intuitive UI helps to get the job done. It’s a software development kit (SDK) with prewritten code, consisting of ready-to-use and customizable widgets, as well as libraries, tools, and documentation that together serve to build cross-platform apps.
Cloud Firestore is a cloud-hosted, NoSQL database that your iOS, Android, and web apps can access directly via native SDKs. Query & structure data the way you like. Sync data across devices, on or offline. Powered by Google’s storage infrastructure, Cloud Firestore helps scale your business. Build Fast For Any Device. For Mobile or Web Apps. Backed by Google. Build Extraordinary Apps.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Chapter 2: Download and Install Flutter
Lecture 1: Windows | Download and Install Flutter
Lecture 2: MacOS | Download and Install Flutter
Chapter 3: Users App – Setup New Project with Custom Navigation Drawer & Splash Screen
Lecture 1: create and setup a new flutter project
Lecture 2: implement appbar with linear gradient color
Lecture 3: implement custom side navigation drawer
Lecture 4: custom splash screen in flutter
Lecture 5: Source Code of this Section
Chapter 4: Users App – Login & SignUp UI
Lecture 1: implement flutter tab controller and tab bar view for auth screen
Lecture 2: design sign up page ui
Lecture 3: design login page ui
Lecture 4: Source Code of this Section
Chapter 5: Users App – Create Firebase Project & Connect Users App with Firebase
Lecture 1: create firebase project and connect users app with firebase
Lecture 2: If you have problems in connecting Firebase with Flutter App
Lecture 3: Source Code of this Section
Chapter 6: Users App – Form Validations
Lecture 1: select image from gallery
Lecture 2: display user selected image from gallery on circle avatar
Lecture 3: Form Validation
Lecture 4: Source Code of this Section
Chapter 7: Users App – Authenticate Users | SignUp & Sign in users
Lecture 1: upload image to firebase storage
Lecture 2: authenticate user and user auth information
Lecture 3: allow new user to signup
Lecture 4: loading dialog progress bar widget
Lecture 5: allow approved users to login
Lecture 6: sign out user
Lecture 7: check if user is already logged-in or not
Lecture 8: Source Code of this Section
Chapter 8: Sellers App – Create New Project | Allow new Sellers to SignUp & Sign in
Lecture 1: create new project and connect to firebase
Lecture 2: splash screen
Lecture 3: home screen
Lecture 4: allow new sellers to signup and sign in
Lecture 5: Source Code of this Section
Chapter 9: Sellers App – Upload new Brands
Lecture 1: create the upload brands screen
Lecture 2: default screen ui
Lecture 3: simple dialog box for image capturing and image selection
Lecture 4: upload form screen
Lecture 5: new brand upload form screen ui
Lecture 6: form validation and show uploading linear progress bar
Lecture 7: upload new brand and save brand info to firestore database
Lecture 8: Source Code of this Section
Chapter 10: Sellers App – Retrieve & Display seller's Brands on Seller's Home Screen
Lecture 1: implement Sliver Persistent Header widget
Lecture 2: brands model class
Lecture 3: implementing brands ui design widget
Lecture 4: write query and display brands on seller home screen
Lecture 5: Source Code of this Section
Chapter 11: Sellers App – upload New Items
Lecture 1: create items screen
Lecture 2: allow seller to add new items to selected brand
Lecture 3: Source Code of this Section
Chapter 12: Sellers App – Retrieve and Display Items
Lecture 1: items model class
Lecture 2: items ui design widget
Lecture 3: write query and display items
Lecture 4: Source Code of this Section
Chapter 13: Sellers App – Show Item Details | Delete Item | Delete Brand
Lecture 1: display item details
Lecture 2: delete item
Lecture 3: delete brand
Lecture 4: create new multiple sellers accounts | add new brands | add new items
Lecture 5: Source Code of this Section
Chapter 14: Users App – Carousel Image Slider
Lecture 1: add images for image slider
Lecture 2: implement carousel image slider
Lecture 3: Source Code of this Section
Chapter 15: Users App – Retrieve & Show All Sellers Stores to Users
Lecture 1: sellers model class
Lecture 2: sellers ui design widget
Lecture 3: write query and show result
Lecture 4: Source Code of this Section
Chapter 16: Users App – Retrieve & Display Brands | Items to a user – Add Cart Item Counter
Lecture 1: retrieve and display sellers brands to a user
Lecture 2: retrieve and display sellers items to a user
Lecture 3: show items details with a cart item counter
Lecture 4: reusable appbar widget with cart item counter badge
Lecture 5: change background color and description text color
Lecture 6: Source Code of this Section
Chapter 17: Users App – Cart System | Advanced Provider State Management
Lecture 1: add item to cart
Lecture 2: clear cart
Lecture 3: update item quantity numbers badge using provider state management
Lecture 4: separate item ids from user cart list
Lecture 5: separate item quantities from user cart list
Lecture 6: check if item is already in cart
Lecture 7: implement cart screen ui
Lecture 8: retrieve and display user cart list items with their required quantities
Lecture 9: calculate total price for items in cart
Lecture 10: Source Code of this Section
Chapter 18: Users App – Shipment Address
Lecture 1: create address screen and save new address screen
Lecture 2: save new address screen ui
Instructors
-
Muhammad Ali
WEB & Mobile Apps Development, Game Development, AI, AR & ML
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 0 votes
- 3 stars: 9 votes
- 4 stars: 14 votes
- 5 stars: 61 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024