
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Flutter Tutorial - Learn App Development</title>
    <link>https://flutter-tutorial.net/</link>
    <description>Recent content on Flutter Tutorial - Learn App Development</description>
    <generator>Bishworaj Poudel- Technology Channel</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 06 Aug 2023 22:35:10 +0545</lastBuildDate><atom:link href="https://flutter-tutorial.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction and Basics</title>
      <link>https://flutter-tutorial.net/introduction-and-basics/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/introduction-and-basics/</guid>
      <description>Flutter Introduction &amp;amp; Basics This section will help you to setup environment for flutter development and learn the basics of flutter. Here you will learn the following topics:
Introduction to Flutter, How to install Flutter, Useful Flutter Commands, Basic Flutter Program, Widgets in Flutter, Text in Flutter, Container in Flutter, Row in Flutter, Column in Flutter, Row and Column in Flutter, Stack in Flutter, and Create Counter App. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>List and Grid</title>
      <link>https://flutter-tutorial.net/list-and-grid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/list-and-grid/</guid>
      <description>Flutter List and Grid This section will help you to learn about ListView and GridView in Flutter with the help of real-world examples. Here you will learn the following topics:
ListView in Flutter, GridView in Flutter, ListView.builder in Flutter, and GridView.builder in Flutter. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Working with Assets</title>
      <link>https://flutter-tutorial.net/working-with-assets/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/working-with-assets/</guid>
      <description>Working With Assets In Flutter This section will help you to learn how to use assets such as images, fonts, JSON file, icons and other files in your flutter application. Here you will learn the following topics:
Assets in Flutter, Add Images in Flutter, Add Local Images in Flutter, Add Network Images in Flutter, Add Cached Images in Flutter, Add Local Fonts in Flutter, Add Google Fonts in Flutter, Add Local JSON in Flutter, Add Online JSON in Flutter, and Create Quotes App in Flutter.</description>
    </item>
    <item>
      <title>Useful Widgets</title>
      <link>https://flutter-tutorial.net/useful-widgets/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/useful-widgets/</guid>
      <description>Useful Widgets In Flutter This section will help you to learn most useful widgets in flutter. Here you will learn the following topics:
Drawer in Flutter, Snackbar in Flutter, Bottom Navigation Bar in Flutter, Alert Dialog in Flutter, Table in Flutter, Forms in Flutter, and Buttons in Flutter. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Flutter Buttons</title>
      <link>https://flutter-tutorial.net/buttons-in-flutter/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/buttons-in-flutter/</guid>
      <description>Flutter Buttons This section will help you to learn different types of buttons in flutter. Here you will learn the following topics:
Buttons in Flutter, MaterialButton in Flutter. ElevatedButton in Flutter, TextButton in Flutter, OutlinedButton in Flutter, IconButton in Flutter, FloatingActionButton in Flutter, DropdownButton in Flutter, and PopupMenuButton in Flutter. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Flutter Forms</title>
      <link>https://flutter-tutorial.net/forms-in-flutter/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/forms-in-flutter/</guid>
      <description>Flutter Buttons This section will help you to learn different types of buttons in flutter. Here you will learn the following topics:
Form in Flutter, TextFormField in Flutter, Checkbox in Flutter, Radio Button in Flutter, Switch in Flutter, Date and Time Picker in Flutter, and Form Validation in Flutter. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Flutter Navigation</title>
      <link>https://flutter-tutorial.net/navigation-in-flutter/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/navigation-in-flutter/</guid>
      <description>Flutter Navigation In this section, you will learn how to navigate between screens in flutter.
This will include following topics:
Navigation in Flutter Move to Another Screen, Move Using Named Routes, Pass Data to Another Screen, Return Data from Another Screen, Drawer Navigation, Drawer Navigation, Navigation Methods, and TabBar Navigation. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Build Simple Apps</title>
      <link>https://flutter-tutorial.net/create-full-apps/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/create-full-apps/</guid>
      <description>Build Flutter Apps This section will help you to build different apps in flutter. Here you will learn to build the following apps:
My Profile App Simple Interest Calculator App Todo App Book Reader App Tic Tac Toe Game Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Local Storage In Flutter</title>
      <link>https://flutter-tutorial.net/local-storage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/local-storage/</guid>
      <description>Flutter Local Storage This section will help you to learn about local storage in Flutter. Here you will learn the following topics:
Local Storage in Flutter Shared Preferences in Flutter Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>Working with API</title>
      <link>https://flutter-tutorial.net/working-with-api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/working-with-api/</guid>
      <description>Working with API in Flutter This section will help you to learn about working with API in Flutter. Here you will learn the following topics:
Introduction to API and REST API, Introduction to JSON, Fetch Data from REST API, Post Data to REST API, Put Data to REST API, Delete Data from REST API, and Create Quiz App. Practice Questions Complete this section &amp;amp; practice this question to improve and test your flutter skill.</description>
    </item>
    <item>
      <title>State Management</title>
      <link>https://flutter-tutorial.net/state-management/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/state-management/</guid>
      <description>State Management in Flutter This section will help you understand the core concepts of state management with real-world examples. Here you will learn the following topics:
Introduction to State Management, Provider in Flutter, and Building a Quiz App with Provider. Practice Questions After completing this section, practice these questions to test your understanding and improve your skills in managing state within Flutter applications.</description>
    </item>
    <item>
      <title>Notification in Flutter</title>
      <link>https://flutter-tutorial.net/notification/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/notification/</guid>
      <description>Notification in Flutter Notifications in Flutter are messages or alerts that provides as visual or audio signals to notify users of significant events or updates inside an app. They improve the user experience of the app by attracting users with timely information, such as messages, reminders, or system related events. This section includes:
Display Notification in Flutter, Display Local Notification in Flutter, Display Push Notification in Flutter. Practice Questions After completing this section, attempt the practice questions to test and solidify your knowledge on Notification in Flutter.</description>
    </item>
    <item>
      <title>Flutter How To</title>
      <link>https://flutter-tutorial.net/how-to/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/how-to/</guid>
      <description>Flutter How To? This part will teach you how to use flutter concepts to make life easier and more enjoyable.
This will include following topics:
Update All Packages in Flutter, Add Internet Permission in Flutter, Use Google Maps in Flutter, Get Jobs in Flutter, Convert Website to Flutter App. Practice &amp;amp; Implement After going through these guides, implement the steps in your projects and practice to perfect your skills in Flutter.</description>
    </item>
    <item>
      <title>Admob Integration</title>
      <link>https://flutter-tutorial.net/admob-integration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/admob-integration/</guid>
      <description>Flutter Admob Integration In this section, you will learn how to integrate different ads in your flutter application.
This will include following topics:
Show Banner Ad In Flutter Show Interstitial Ad In Flutter </description>
    </item>
    <item>
      <title>Publishing</title>
      <link>https://flutter-tutorial.net/publishing/</link>
      <pubDate>Sun, 06 Aug 2023 22:35:10 +0545</pubDate>
      <guid>https://flutter-tutorial.net/publishing/</guid>
      <description>Publishing Flutter App In this section, you will learn how to publish your flutter app on play store and app store. The learning topics are:
Publish Flutter App On Play Store Publish Flutter App On Apple Store Practice Questions After completing this section, attempt the practice questions to test and solidify your knowledge on Flutter Security.</description>
    </item>
    <item>
      <title>Flutter Quiz</title>
      <link>https://flutter-tutorial.net/quiz/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/quiz/</guid>
      <description>Quiz Game Flutter Quiz By Technology Channel Take our quiz and test your flutter skill. Click on link to get started.
Start Basic Flutter Quiz </description>
    </item>
    <item>
      <title>Conclusion</title>
      <link>https://flutter-tutorial.net/conclusion/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://flutter-tutorial.net/conclusion/</guid>
      <description>Congratulations!!! Congratulations on completing the flutter course. We hope you enjoyed our content and improved your flutter skill to the next level. Now you are ready to build your own flutter app, do flutter freelancing, or get a job in the flutter field.
You can come back to this flutter tutorial whenever you face difficulty while working.
Also if you like this work, please do share it with your friends. Your support can help us to provide other tutorials in the future.</description>
    </item>
  </channel>
</rss>