All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • This Flutter course a complete guide that helps in learning and building a fully functioning Flutter application with Firebase.
  • Teaching how to write Clean-code and avoid Boilerplate code
  • This course you how to make new designs and styles for your App
  • Introduce new widgets and how to use them correctly
  • Streams and FutureBuilder usage
  • Firebase Firestore and Authentication

Course prerequisites:

  • Basic knowledge in programming to get started

  • Basic knowledge in Flutter

  • Concepts are explained clearly. You will always learn what you're building and why, and then how to do it.

How this course can be of help:

  • Gaining more knowledge in Flutter and firebase

  • Learn how to build fully functional apps and publish it to the Playstore

What's in the course:

  • Complex UI is done simply

  • State management (SETSTATE)

  • Firebase

  • Clean-code and avoid Boilerplate code

  • Styles for UI

  • State ManagementsetStatelifting state up via callbacks, global accessscoped access with Provider and ChangeNotifier

  • Navigation

  • Dart

  • Forms, input handling, and validation

  • Managing and updating packages

  • Databases and Cloud Firestore

  • ListViews and multiple UI states

  • Firebase Authentication

  • Firebase Firestore

  • Firebase Storage

  • Dart Programming Language - Fundamentals and intermediate topics

  • How to understand Flutter Mobile Development by building apps incrementally.

  • How to design, build, debug Flutter Android and iOS Apps

  • How to get Flutter apps to communicate with a real-time database - Firestore

  • How to build robust apps with Flutter

  • Flutter AppBar

  • Flutter Material Design

  • Flutter Row and Column

  • Flutter ListView Builder

Course structure:

approximately 10 hours of content and updated regally 

Requirements:

  • Windows application development

  • Mac application development

  • Access to a computer with an internet connection.

  • and you are ready for the journey

  • Love learning about applying cutting-edge algorithms to practical cases!

What Should I Expect After this Course?:

  • The ability to build any application using Flutter and Firebase. You will be an expert.

  • New information regarding Flutter

Note that the course builds on windows, so I didn't have a chance to cover the IOS configurations! But feel free to ask anything about it. I will be there to help.

  • No prior knowledge is required
  • Flutter and Dart learning cravers
  • For people who want to make a complete app in Flutter
  • To all people who are interest in Flutter
  • For the companies who wants to manage their tasks
View More...
  • Section 1 : Introduction 2 Lectures 00:08:37

    • Lecture 1 :
    • what is flutter? And What is firebase? Preview
    • Lecture 2 :
    • App Overview
  • Section 2 : Set Up The App 1 Lectures 00:09:09

    • Lecture 1 :
    • Create a new project and set up our up theme
  • Section 3 : Implement the app UI 29 Lectures 02:28:34

    • Lecture 1 :
    • Implement the animated background in the login screen
    • Lecture 2 :
    • Finish the login screen design
    • Lecture 3 :
    • Implement the Signup screen
    • Lecture 4 :
    • Allow the user to navigate between Text Field using keyboard button (FocusNode)
    • Lecture 5 :
    • Implement the forget password screen
    • Lecture 6 :
    • Implement the main screen design
    • Lecture 7 :
    • Change the drawer Icon color and Icon Data
    • Lecture 8 :
    • Implement the delete task dialog
    • Lecture 9 :
    • Implement the filter dialog design in the main screen
    • Lecture 10 :
    • Add the drawer body
    • Lecture 11 :
    • Implement the sign out dialog design
    • Lecture 12 :
    • Implement the add task screen design
    • Lecture 13 :
    • Add the drawer in the add task screen
    • Lecture 14 :
    • Implement the task category dialog in the add task screen
    • Lecture 15 :
    • Implement the choose date dialog
    • Lecture 16 :
    • Fix a null error if no date is picked
    • Lecture 17 :
    • Implement the all registered workers screen
    • Lecture 18 :
    • Create the user profile screen UI
    • Lecture 19 :
    • Change the sign up screen design and add more widgets to it
    • Lecture 20 :
    • Implement the image picker dialog
    • Lecture 21 :
    • Implement the image picker functions
    • Lecture 22 :
    • Implement the image cropper function
    • Lecture 23 :
    • Start implementing the task details screen
    • Lecture 24 :
    • Animated switcher to add a comment
    • Lecture 25 :
    • Implement the comment widget design
    • Lecture 26 :
    • Add dynamic border color for the commenter profile image
    • Lecture 27 :
    • Send message via whatsapp
    • Lecture 28 :
    • Send an email from the app
    • Lecture 29 :
    • Open contact dialer app to allow the user to reach other workers numbers
  • Section 4 : Firebase 33 Lectures 02:52:08

    • Lecture 1 :
    • What is Firebase?
    • Lecture 2 :
    • Connect our app to Firebase
    • Lecture 3 :
    • Get started with Firebase Auth
    • Lecture 4 :
    • Initialize the Firebase app to fix the Firebase initialization error
    • Lecture 5 :
    • Allow the users to Signup using Email and Password
    • Lecture 6 :
    • Errors handling
    • Lecture 7 :
    • Allow the users to login
    • Lecture 8 :
    • Error Handling from one dart class only
    • Lecture 9 :
    • Show different screens wether the user is signed in or not
    • Lecture 10 :
    • Implement the sign out method and code improvement
    • Lecture 11 :
    • What is Firebase Firestore
    • Lecture 12 :
    • Save extra user data on the cloud Firestore
    • Lecture 13 :
    • Upload user image to the Firebase storage and save the link in the Firestore
    • Lecture 14 :
    • Fetch the user data and display it in the profile screen WRONG FILE ADDED
    • Lecture 15 :
    • Show the correct data for each user in the profiel screen
    • Lecture 16 :
    • Start fetching all the workers from the Firebase Firestore
    • Lecture 17 :
    • Display the correct data for each worker
    • Lecture 18 :
    • Check if this is the same logged in user in the profile screen
    • Lecture 19 :
    • Start with uploading task to the Firestore database
    • Lecture 20 :
    • Generate a dynamic unique ID for each task
    • Lecture 21 :
    • Add a spinner and show a toast
    • Lecture 22 :
    • Handle empty task category and empty deadline date
    • Lecture 23 :
    • Clear the form
    • Lecture 24 :
    • Fetch the tasks from the Firestore
    • Lecture 25 :
    • Allow only the task uploader to delete the task
    • Lecture 26 :
    • Start fetching the task details
    • Lecture 27 :
    • Allow the uploader to change task state if done or not done and other improv
    • Lecture 28 :
    • Implement the Post a comment method ( write its function )
    • Lecture 29 :
    • Start fetching the comments from the Firestore
    • Lecture 30 :
    • Display the comments on the screen
    • Lecture 31 :
    • Allow the users to visit commenters profile
    • Lecture 32 :
    • Write the task category filter
    • Lecture 33 :
    • Order the tasks by date
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

842 Course Views

2 Courses

My name is Hadi, a Master's degree graduate in computer and communication engineering. I worked as a native mobile developer, then I learned about Flutter years ago. I am willing to share my knowledge and experience with you. Currently, I am working as an online instructor while focusing on Dart and Flutter to share more and more information with my students. I am pursuing my knowledge with another master’s degree in data science and artificial intelligence to expand my expertise in these domains
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • setup-own-asterisk-voip-server-with-android-ios-win-apps

    Setup Own Asterisk VoIP Server with...

    By : Abhilash Nelson

    Lectures 12 Beginner 1:34:35
  • gps-tracking-setup-own-gps-server-with-android-ios-apps

    GPS Tracking - Setup own GPS Server...

    By : Abhilash Nelson

    Lectures 9 Beginner 0:57:3
  • android-sqlite-programming-for-beginners

    Android SQLite Programming for Begi...

    By : Sandip Bhattacharya

    Lectures 7 Beginner 0:17:39
  • android-app-developer-guide-the-step-by-step-blueprint

    Android App Developer Guide: The St...

    By : Mubarak Awal

    Lectures 23 Beginner 2:48:6
  • flutter-blog-app-using-firestore-build-ios-android-app

    Flutter Blog App Using Firestore Bu...

    By : Yazdani Chowdhury

    Lectures 9 Beginner 1:6:24
  • android-app-development-course-build-tds-app-using-firebase

    Android App Development Course Buil...

    By : Yazdani Chowdhury

    Lectures 13 Beginner 2:19:3

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.