Open-source Flutter project starters, templates, and boilerplates are pre-configured, reusable pieces of code or frameworks that developers can use as a foundation for building new applications. They usually come with built-in features, such as state management, API calls, style guides, and more, which can save developers a significant amount of time and effort.

Using these starters, templates, and boilerplates can greatly enhance productivity by eliminating the need to rewrite basic functionality and allowing developers to focus on the unique aspects of their own application.

They often also incorporate best practices for coding and architecture, leading to cleaner and more maintainable code. Furthermore, as they are open-source, developers can modify and customize them as needed, and also learn from and contribute to the community.

1- Flutter Starter

Flutter Starter stands true to its name as an all-inclusive starter kit for Flutter, empowering you to launch projects swiftly with key modules such as State Management, API calls, Style Guide, and more.

It paves the way for creating production-ready apps with absolute confidence and speed. With Flutter Starter, you can manage everything in one place, eliminating the need to rewrite code.

Features

  • Folder Structure: Flutter Starter comes with a well-defined folder structure. Devs can easily navigate it and add files where necessary.
  • Style Guide: This kit helps you to build a Style Guide for your app. You can add your image and font assets, splash screen, color constants and theme data. These are available for use wherever required in your project.
  • API Calls: The starter kit includes all the files you need for API handling. You can choose from RESTGraphQL and Firebase depending on your project.
  • State Management: Flutter Starter contains all the state management files, models and repositories for your app. We will use Bloc for state management.
  • Routers & Dependencies: This kit allows you to quickly add routers for your app screens. Dependencies can also be added to your app by simply copy-pasting the install version from pub.dev into the designated file.
  • Testing & Deployment: Lastly, you can test and deploy your app smoothly using Flutter Starter! Go to the test folder, add your test files and start writing test cases. Check out the Android or iOS pages to deploy your app.
GitHub - GeekyAnts/flutter-starter: A Flutter starter-kit for production-level apps.
A Flutter starter-kit for production-level apps. Contribute to GeekyAnts/flutter-starter development by creating an account on GitHub.

2- Flutter Firebase Starter

The Flutter Firebase starter project is an open-source project that includes features such as Firebase authentication, Cloud Firestore, Firebase messaging, remote config, and provider state management. It also provides localization readiness, device info, user profile management, and more. This project can be cloned to build new projects using Flutter with Firebase services.

GitHub - lohanidamodar/flutter_firebase_starter: Flutter firebase starter project
Flutter firebase starter project. Contribute to lohanidamodar/flutter_firebase_starter development by creating an account on GitHub.

3- Flutter Starter App

This repository stands as a premier template for a Flutter app, articulating a modular structure and seamlessly integrating a multitude of packages and functions. The project's mission is to lay a solid foundation for crafting robust Flutter applications, equipped with an array of features:

  • Dio: An unrivaled package for conducting network requests, enabling flawless communication with APIs.
  • l10n: Empowers multi-language support, streamlining the localization of your app for various languages.
  • Provider: An exemplary state management solution that simplifies the handling and sharing of application state.
  • Shared Preferences: Delivers a straightforward way to consistently store key-value pairs, ensuring data persistence across app sessions.
  • JWT: Provides robust support for JSON Web Tokens, facilitating secure authentication and authorization mechanisms.
  • Various Helper Classes: Encompasses a range of utility classes that aid in common tasks, amplifying development efficiency.
  • Language Service: An exceptional service that permits users to dynamically switch the language within the app, augmenting the user experience.
  • Named Routing: Deploys a navigation system utilizing named routes, simplifying the navigation between screens and the management of app flow.
GitHub - EliaTolin/flutter-template-starter-app: Template for an initial flutter app with dio, provider and l10n.
Template for an initial flutter app with dio, provider and l10n. - GitHub - EliaTolin/flutter-template-starter-app: Template for an initial flutter app with dio, provider and l10n.

4- Flutter Starter Kit (Boilerplate) using the BLoC Pattern

This Flutter starter application uses the BLoC Pattern and provides a centralized place to manage colors/branding and constants/URLs/keys. The application is logically organized into folders for APIs, BLoCs, models, repositories, responses, utilities, and views. It also includes Google AdMob and Firebase FCM readiness.

Sample pages included:

  • Splash Screen
  • Intro Screens (when app installed)
  • Homepage
  • About
  • Rate App
  • Refer a Friend
  • Login
  • flutter tips (Sample content page)
  • Unknown Page (The fallback page when router doesn't find page specified in navigation)
  • Movies List (Demonstrates BLoC Pattern when fetching a list of movies)
GitHub - acelords/flutter-starter-kit: A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app
A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app - GitHub - acelords/flutter-starter-kit: A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app

5- Marketky (eCommerce Starter)

MarketKy is a Free Flutter E-Commerce App Starter Template that can help you develop an E-Commerce or Market application much faster. You just need to add some adjustment to the frontend and you can create your own backend.

GitHub - mrezkys/marketky: MarketKy is a Free Flutter E-Commerce App Starter Template that can help you develop an E-Commerce / Market application much faster.
MarketKy is a Free Flutter E-Commerce App Starter Template that can help you develop an E-Commerce / Market application much faster. - GitHub - mrezkys/marketky: MarketKy is a Free Flutter E-Commer…

6- Flutter Starter for Production Ready Apps

Flutter Starter, as the name suggests, is a starter kit for Flutter that helps you bootstrap projects with all the essential modules like State Management, API calls, Style Guide, etc. It helps you build production ready apps in a jiffy. Handle everything at one place so you don't have to rewrite code.

Features

  • Folder Structure: Flutter Starter comes with a well-defined folder structure. Devs can easily navigate it and add files where necessary.
  • Style Guide: This kit helps you to build a Style Guide for your app. You can add your image and font assets, splash screen, color constants and theme data. These are available for use wherever required in your project.
  • API Calls: The starter kit includes all the files you need for API handling. You can choose from RESTGraphQL and Firebase depending on your project.
  • State Management: Flutter Starter contains all the state management files, models and repositories for your app. We will use Bloc for state management.
  • Routers & Dependencies: This kit allows you to quickly add routers for your app screens. Dependencies can also be added to your app by simply copy-pasting the install version from pub.dev into the designated file.
  • Testing & Deployment: Lastly, you can test and deploy your app smoothly using Flutter Starter! Go to the test folder, add your test files and start writing test cases. Check out the Android or iOS pages to deploy your app.
GitHub - GeekyAnts/flutter-starter: A Flutter starter-kit for production-level apps.
A Flutter starter-kit for production-level apps. Contribute to GeekyAnts/flutter-starter development by creating an account on GitHub.

7- Flutter Boilerplate

  1. https://github.com/danvick/flutter_boilerplate
GitHub - danvick/flutter_boilerplate: My starter template for Flutter Android and iOS apps.
My starter template for Flutter Android and iOS apps. - GitHub - danvick/flutter_boilerplate: My starter template for Flutter Android and iOS apps.

8- first_app: Starter app for a Flutter production app

This starter app emphasizes a robust code structure supporting typical app functionalities, rather than UI. It's designed for team development with clear separation of concerns and abstractions, supporting all testing levels (unit, widget, and integration).

Features

This app has the following elements:

  • Support for iOS, Android, and web
  • Separation of business logic in models and providers, and UI in a separate folder structure
  • Use of provider for app state management
  • Authentication and authorization using OAuth2
  • State management of login and login token including permanent storage for restarts
  • Simple widget framework for handling logged-in, expired, and logged-out states
  • Basic UI with sliding drawer menu and menu options
  • Testing using unit test framework and mocking
  • Integration tests
  • Localization using i18n and the built-in Flutter support for generating boilerplate
  • Use of a global UI theme
  • Custom icons for both iOS and Android
  • Use of Firebase Analytics for usage tracking
  • Use of Firebase Crashlytics for crash reporting
  • Use of Firebase Cloud Messaging for push notifications
  • Use of a OS native capability (location tracking) using a published plugin (geolocator)
  • Use of Google Maps to present a map of the current location
  • Use of an independently defined new widget type called AnchoredOverlay to overlay a map widget
GitHub - gregertw/actingweb_firstapp: Starter app for Flutter that includes many different production app features; some not typically included in demo apps.
Starter app for Flutter that includes many different production app features; some not typically included in demo apps. - GitHub - gregertw/actingweb_firstapp: Starter app for Flutter that includes…

9- Flutter Starter

A Flutter boilerplate project was created in flutter using Clean Architecture & TDD.

GitHub - wisnuwiry/flutter-starter: A boilerplate project was created in flutter using Clean Architecture & TDD.
A boilerplate project was created in flutter using Clean Architecture & TDD. - GitHub - wisnuwiry/flutter-starter: A boilerplate project was created in flutter using Clean Architecture & TDD.

10- Very Good Core Flutter Starter

A Very Good Flutter Starter Project created by the Very Good Ventures Team 🦄

GitHub - VeryGoodOpenSource/very_good_core: A Very Good Flutter Starter Project created by the Very Good Ventures Team 🦄
A Very Good Flutter Starter Project created by the Very Good Ventures Team 🦄 - GitHub - VeryGoodOpenSource/very_good_core: A Very Good Flutter Starter Project created by the Very Good Ventures Team 🦄

11- Flutter Starter with Workflow automation

Flutter starter project with workflow automation.

GitHub - rfprod/flutter_starter: Flutter starter project.
Flutter starter project. Contribute to rfprod/flutter_starter development by creating an account on GitHub.

12- Flutter Appwrite Starter Project

This is an open-source Flutter starter for Appwrite, it includes the following features:

  1. Authentication
    • Email based sign up/in
  2. Riverpod State management
  3. Localization ready
  4. Google Fonts
  5. Image picker/Cropper
  6. Package info
  7. User's profile and preferences management
  8. Navigation with go_router (https://pub.dev/packages/go_router)
GitHub - lohanidamodar/flutter_appwrite_starter: Easy starter template for Flutter ❤️ Appwrite
Easy starter template for Flutter ❤️ Appwrite. Contribute to lohanidamodar/flutter_appwrite_starter development by creating an account on GitHub.

13- Flutter Template

A Flutter template application showcasing - Clean architecture, Responsive design, State management, Decoupled widgets using the connector pattern, Dependency Injection, Widget and Unit testing, Navigation, Localization, Material 3 dynamic theming, Continuous Integration and Continuous Deployment.

GitHub - wednesday-solutions/flutter_template: A Flutter template application showcasing - Clean architecture, Responsive design, State management, Decoupled widgets using the connector pattern, Dependency Injection, Widget and Unit testing, Navigation, Localization, Material 3 dynamic theming, Continuous Integration and Continuous Deployment.
A Flutter template application showcasing - Clean architecture, Responsive design, State management, Decoupled widgets using the connector pattern, Dependency Injection, Widget and Unit testing, Na…

14- Flutter Bloc App Template

This Flutter project template uses the BLoC pattern architecture for state management and is a good starting point for new apps. It also includes static analysis and continuous integration.

Features

  • Theme support
  • BLoC pattern bloc
  • Service Locator using get_it
  • Localization using intl
  • CI Setup with GitHub Actions
  • Codecov Setup with GitHub Actions
  • Unit test coverage
GitHub - ashtanko/flutter_bloc_app_template: The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc.
The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc. - GitHub - ashtanko/flutter_bloc_app_template: The…

15- Flutter Print

Flutter Starter is an open-source blueprint for creating scalable and maintainable Flutter apps that run on Android, iOS, and Web.

It features cross-platform support, Go Router for declarative routing, internationalization support, Riverpod for reactive caching and data-binding, testing capabilities, continuous integration with GitHub Actions, and Dependabot integration.

Features

  • REST API Services
  • Redirection logic
  • Backend env switching
  • Token-based authentication flow
GitHub - ycchuang305/flutterprint: Your Blueprint for Building Maintainable and Scalable Flutter Apps runs on Android, iOS, and Web.
Your Blueprint for Building Maintainable and Scalable Flutter Apps runs on Android, iOS, and Web. - GitHub - ycchuang305/flutterprint: Your Blueprint for Building Maintainable and Scalable Flutter…

16- DeveloperFolio

This is a clean, beautiful and responsive portfolio template with Dark Mode enabled for Developers!

GitHub - naveenjujaray/DeveloperFolio: Flutter web - DeveloperFolio template
Flutter web - DeveloperFolio template. Contribute to naveenjujaray/DeveloperFolio development by creating an account on GitHub.

17- Flutter News Toolkit

Google News Initiative and Flutter have co-developed a news application template to help publishers build mobile applications. The template reduces development time by providing core components and features. It includes common news app UI workflows, best practices based on Google News Initiative research, and allows immediate monetization with ads and subscription services.

Services like authentication, notifications, analytics, and ads are implemented using Firebase and Google Mobile Ads, but developers can substitute these services with other packages.

GitHub - flutter/news_toolkit: A news template application built in Flutter, by Google and Very Good Ventures. Learn more at: https://flutter.github.io/news_toolkit
A news template application built in Flutter, by Google and Very Good Ventures. Learn more at: https://flutter.github.io/news_toolkit - GitHub - flutter/news_toolkit: A news template application bu…

18- Flutter Web Portfolio

My responsive portfolio using Flutter web.

GitHub - GeekAbdelouahed/flutter-web-portfolio: Responsive portfolio using Flutter Web
Responsive portfolio using Flutter Web. Contribute to GeekAbdelouahed/flutter-web-portfolio development by creating an account on GitHub.

19- Moss

A GitHub client app developed with Flutter, which supports Android iOS Web.

GitHub - Sky24n/Moss: A GitHub client app developed with Flutter, which supports Android iOS Web. More feature: BaiduMap+Amap UI+DiDi+Weibo!
A GitHub client app developed with Flutter, which supports Android iOS Web. More feature: BaiduMap+Amap UI+DiDi+Weibo! - GitHub - Sky24n/Moss: A GitHub client app developed with Flutter, which supp…

20- Portfolio website using Flutter Web

A responsive layout; open-source, comment-rich, and clean codebase website built with Flutter web.

GitHub - kamranbekirovyz/flutter-web-portfolio: 🕸 Flutter WEB Portfolio: responsive layout, comment-rich codebase.
🕸 Flutter WEB Portfolio: responsive layout, comment-rich codebase. - GitHub - kamranbekirovyz/flutter-web-portfolio: 🕸 Flutter WEB Portfolio: responsive layout, comment-rich codebase.

21- Flutter Live-stream App

StreamOS UI is a top-tier Flutter application, showcasing an elegantly designed and intuitive user interface. The app confidently presents a robust login system, empowering users to sign in effortlessly using their Google or Apple accounts via Firebase.

The application is meticulously crafted using the Test-Driven Development (TDD) approach. This guarantees that our login functionality is not merely effective but has been rigorously vetted through comprehensive unit tests.

GitHub - lambiengcode/flutter-live-stream-ui: Live Stream application UI using Flutter that utilizes a TDD approach and DI, githooks, workflows :headphones:
Live Stream application UI using Flutter that utilizes a TDD approach and DI, githooks, workflows :four_leaf_clover: :headphones: - GitHub - lambiengcode/flutter-live-stream-ui: Live Stream applic…

22- Flutter Streaming App UI

A Flutter UI for a Anime Streaming app.

GitHub - Prince-Shaikh/Flutter_StreamingApp_UI: A UI design for anime streaming app using Flutter.
A UI design for anime streaming app using Flutter. - GitHub - Prince-Shaikh/Flutter_StreamingApp_UI: A UI design for anime streaming app using Flutter.

23- Hungry Flutter recipe app

Hungry is a Free Flutter Recipe App Starter Template that can help you develop a Recipe application much faster. You just need to add some adjustment to the frontend and you can create your own backend.

GitHub - mrezkys/hungry: Hungry is a Free Flutter Recipe App Starter Template that can help you develop a Recipe application much faster.
Hungry is a Free Flutter Recipe App Starter Template that can help you develop a Recipe application much faster. - GitHub - mrezkys/hungry: Hungry is a Free Flutter Recipe App Starter Template that…

24- Flutter Doctoer Appointment Application UI

This user-friendly interface allows easy scheduling and management of appointments with doctors, ensuring a seamless experience for users. The project is open-source and publicly available on GitHub for exploration and contributions. Feel free to check it out and provide valuable feedback.

Features

  • Easy Doctor Selection: Effortlessly browse and select doctors based on various categories, specialties, and availability.
  • Seamless Messaging: Engage in smooth and secure messaging with doctors to discuss appointments and health concerns.
  • Detailed Doctor Profiles: Access comprehensive doctor profiles, including qualifications, experience, and patient reviews.
  • Stunning Animations: Enjoy visually captivating animations that enhance the user experience.
GitHub - Hamad-Anwar/Doctor-Appointment-Application-UI: This user-friendly interface allows easy scheduling and management of appointments with doctors, ensuring a seamless experience for users. The project is open-source and publicly available on GitHub for exploration and contributions. Feel free to check it out and provide valuable feedback
This user-friendly interface allows easy scheduling and management of appointments with doctors, ensuring a seamless experience for users. The project is open-source and publicly available on GitHu…

25- Flutter Firebase Login Starter Template

A starter template to get you up and running with firebase user authentication

GitHub - alistairholmes/flutter_login_kit: :fire:Flutter Firebase Login starter template:fire:
:fire:Flutter Firebase Login starter template:fire: - GitHub - alistairholmes/flutter_login_kit: :fire:Flutter Firebase Login starter template:fire: