[go: up one dir, main page]

Open Source Dart Software - Page 5

Dart Software

Dart Clear Filters

Browse free open source Dart Software and projects below. Use the toggles on the left to filter open source Dart Software by OS, license, language, programming language, and project status.

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 1
    Flutter Ecommerce App

    Flutter Ecommerce App

    E-Commerce App built in flutter

    This project is a reference e-commerce application that demonstrates how to assemble a complete shopping experience with Flutter. It showcases core retail flows: product discovery and filtering, detailed product pages with images and specs, wishlists/favorites, cart management, and a checkout sequence. The UI mimics production patterns such as persistent navigation, responsive grids, and consistent typography to keep browsing fast and familiar. Under the hood, it illustrates state management and data flow suitable for real-time updates, as well as clean separation between presentation and business logic. The repository is structured to be a learning resource, so screens and components are easy to inspect, modify, and reuse. Developers can lift entire sections—like the product list, search bar, or cart widget—into their own prototypes to accelerate delivery. As an end-to-end sample, it helps teams validate architecture choices before wiring a live backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flutter Examples

    Flutter Examples

    Simple basic isolated apps, for budding flutter devs

    flutter-examples is a repository of standalone example Flutter apps that demonstrate various features, integrations, and UI / functional behaviors in Flutter. It covers many use-cases (navigation, state, HTTP, dependency injection, Firebase, etc.) so that developers can clone, run, and inspect working code to learn how to implement those features. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge. Complete apps with multiple features. Examples of integration with Firebase (analytics, crashlytics). Flutter V2. has officially introduced web support on its stable branch. Today, I'm excited to present a Flutter-based Admin panel, often referred to as a dashboard UI. This Flutter dashboard template, which you can find on GitHub, is a comprehensive solution for your app's backend needs. It comes with a wide array of features including charts, tables, and neatly designed info cards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Flutter Food App UI

    Flutter Food App UI

    Order Food App UI for iOS and Android Developed in Flutter

    Magnificent User Interface that I designed back in 2018 for a project that unfortunately did not come to fruition. However, in the year 2023, I have taken the initiative to transform this aesthetically pleasing design into a fully functional code. This creation has been a labor of love, and I hope that it will capture your attention and admiration. For those who are curious, the original design can be viewed on my Dribbble or Behance account. Please take a moment to immerse yourself in this captivating user interface, and I trust that you will enjoy the experience as much as I have enjoyed bringing it to life.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Flutter Go

    Flutter Go

    Demos and documentation for over 140 Flutter UI components

    flutter-go is a community-driven Flutter application that serves as an interactive catalog of Flutter widgets, layouts, and patterns. It organizes the Flutter ecosystem into browsable categories—basic widgets, material components, Cupertino elements, layout primitives, and animation demos—so learners can see how pieces behave in a running app. Each entry typically includes a live example, code snippet, and brief notes on properties or usage, turning the app into a hands-on reference you can run on your phone. The project targets newcomers and teams evaluating Flutter by shortening the path from documentation to tangible UI behavior. Because it’s itself a Flutter app, it demonstrates real project structure, navigation, state handling, and theming in practice. The result is a practical companion for discovery and prototyping, helping developers move from curiosity to confident implementation more quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 5
    Flutter Hooks

    Flutter Hooks

    React hooks for Flutter

    flutter_hooks extends Flutter with a hooks system inspired by React Hooks, aiming to simplify stateful logic inside widgets. It allows developers to reuse and isolate stateful behaviors like animations, controllers, and subscriptions without writing boilerplate StatefulWidgets. Common hooks like useState, useEffect, and useMemoized provide clear ways to manage lifecycle and dependencies inside a widget’s build method. The library improves code readability by keeping logic close to the UI definitions and avoiding repetitive patterns. By encapsulating behavior in hooks, developers can create reusable building blocks across multiple widgets. It integrates seamlessly with existing Flutter tools and promotes cleaner, functional-style widget code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Flutter InAppWebView Plugin

    Flutter InAppWebView Plugin

    A Flutter plugin that allows you to add an inline webview

    A Flutter plugin that allows you to add an inline WebView, to use a headless WebView, and to open an in-app browser window. Adding the InAppWebView widget into your app is very simple. It’s just a widget like any other Flutter widget. Use InAppBrowser or ChromeSafariBrowser to open an in-app browser! ChromeSafariBrowser is based on Chrome Custom Tabs on Android and on SFSafariViewController on iOS. Create a Class that extends the InAppBrowser/ChromeSafariBrowser Class in order to override the callbacks to manage the browser events. It can be used to run a WebView in background without attaching an InAppWebView to the widget tree. As InAppWebView, it has the same options and events. Use InAppWebViewController to control the headless WebView instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Flutter Local Notifications plugin

    Flutter Local Notifications plugin

    A Flutter plugin for displaying local notifications on Android, iOS

    A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux. Code for the cross-platform facing plugin used to display local notifications within Flutter applications. Code for the common platform interface. These can be found in the corresponding directories within the same name. Most developers are likely here as they are looking to use the flutter_local_notifications plugin. There is a readme file within each directory with more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flutter Login Example

    Flutter Login Example

    100% Shared Code Android/iOS Login Example

    This example uses a ScrollView, JSON Rest API, Navigation, Alert Pop-Up, Progress Indicator, Globals, Images in a shared asset folder, and 100% Shared Code. Now with the ability to login with FaceID, TouchID, and Fingerprint Reader on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flutter Notebook

    Flutter Notebook

    Collection of demo projects for Flutter

    Flutter-Notebook is a curated collection of small demo projects for Flutter, designed to help developers learn and practice Flutter UI patterns and behaviors by example. The repository gathers many independent “mini apps” (each focused on one or a few features) so that learners can inspect, run, and understand individual Flutter behaviors in isolation. Demo of common UI behaviors (pull-to-refresh, left-swipe delete, JSON deserialization). Examples of state-preserving page switching/navigation with state retention. Support for third-party library demos and integration (charts, image pickers, URL launcher).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise Service Management solution for growing businesses | ServoDesk Icon
    Enterprise Service Management solution for growing businesses | ServoDesk

    Close 25% More Support Cases in Your Business with ServoDesk-Guaranteed

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25%-without hiring more staff.
    Learn More
  • 10
    Flutter Packages

    Flutter Packages

    A collection of useful packages maintained by the Flutter team

    This GitHub repository hosts first‑party Flutter and Dart packages maintained by the Flutter team. It serves as a hub for core functionality—covering everything from animations to camera support. Developers can explore, contribute, and use these packages via pub.dev. It’s a companion to the main Flutter repo, ensuring clean separation and specialized maintenance of shared components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flutter Phosphor Icons

    Flutter Phosphor Icons

    Phosphor Icons for Flutter

    Phosphor is a flexible icon family for interfaces, diagrams, presentations, whatever, really. Explore all our icons at phosphoricons.com. Now available for flutter. Now available for flutter (with null safety).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flutter Plugins

    Flutter Plugins

    Plugins for Flutter maintained by the Flutter team

    This repository (now archived) houses the first-party plugin implementations maintained by the Flutter team, enabling access to platform-specific APIs (e.g. camera, file access, web views, etc.) from Dart/Flutter code. It essentially provides the bridge between Flutter apps and native mobile capabilities: for each plugin, there is often a Dart interface and underlying platform code (Android, iOS, etc.). Over time, the content of this repo has been moved to a newer monorepo or reorganized under flutter/packages. The plugins here are intended to follow Flutter’s design conventions and support integration with the wider Flutter ecosystem (published on pub.dev). Because the repository is archived, it is now read-only; future development of plugin code occurs elsewhere in the official Flutter organization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Flutter ScreenUtil

    Flutter ScreenUtil

    Flutter screen adaptation, font adaptation, get screen information

    flutter_screenutil is a responsive design library for Flutter that helps developers create layouts adaptable to multiple screen sizes and pixel densities. It introduces APIs for setting responsive width, height, font sizes, and padding based on the device’s actual screen dimensions. This allows developers to design once and maintain consistent UI proportions across different Android and iOS devices. The package supports automatic scaling, orientation changes, and high-DPI screens without the need for hardcoded pixel values. It is widely used in production apps to reduce layout inconsistencies and improve accessibility. By handling screen adaptation systematically, it allows developers to focus on design and interaction rather than device-specific quirks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flutter Screens

    Flutter Screens

    A collection of Screens and attractive UIs built with Flutter

    FlutterScreens is a repository offering a curated collection of ready-to-use UI screens (logins, loaders, buttons, etc.) built in Flutter without external dependencies. The intention is for developers to pick and drop polished UI screens or widgets into their own apps. A widget that can be used to present two different views that can be toggled using a Floating Action Button. The views toggle with a nice cube-rotation animation. A collection of Login Screens, Buttons, Loaders and Widgets with attractive UIs, built with Flutter, ready to be used in your applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Flutter Spinkit

    Flutter Spinkit

    A collection of loading indicators animated with flutter

    A collection of loading indicators animated with flutter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flutter Tips and Tricks

    Flutter Tips and Tricks

    A Collection of Flutter and Dart Tips and Tricks

    A curated collection of over 300 Flutter and Dart tips, tricks, and code patterns shared by developer Vandad Nahavandipoor. It showcases concise, real-world examples like map equality, animations, custom errors handling, UI effects, performance tweaks, and more. This resource is excellent for both beginners and experienced developers looking to level up Flutter skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flutter Translate

    Flutter Translate

    Flutter Translate is a fully featured localization library for Flutter

    Flutter Translate is a fully featured localization/internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flutter Twitter Clone

    Flutter Twitter Clone

    Fully functional Twitter clone built in flutter framework

    flutter_twitter_clone is a full-featured Twitter clone built with Flutter and Firebase, designed to demonstrate how to integrate social networking functionality into a mobile app. The project covers authentication, posting tweets, image uploads, likes, comments, retweets, push notifications, and profile management. Its architecture showcases Firebase Firestore for real-time updates, Firebase Auth for user management, and Firebase Storage for media handling. The UI attempts to closely mirror Twitter’s familiar interface, including a responsive feed, notifications tab, and user discovery. The project illustrates best practices for handling streams, async data, and state management in social apps. It’s both a learning tool and a foundation that can be customized into other social or content-sharing platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flutter UI Challenges

    Flutter UI Challenges

    Updated for Flutter 3.x ** 100+ Professional UI implementations

    flutter_ui_challenges is a collection of Flutter UI designs and implementations showcasing various layouts, patterns, and widget usages. It serves as a playground and reference for developers wanting to learn how to replicate complex mobile UI elements in Flutter. The repository includes dozens of screens like onboarding flows, e-commerce pages, profiles, dashboards, and animated components. Each example demonstrates how to combine core Flutter widgets with creative styling and transitions to achieve polished results. It’s particularly valuable for beginners who want to see hands-on approaches to real-world UI problems. The project doubles as inspiration and a teaching resource, with each implementation structured clearly for experimentation and modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Flutter UI Kit

    Flutter UI Kit

    Flutter app for collection of UI in a UIKit

    Flutter UI Kit by iampawan is a library of real-world Flutter UI templates—including e-commerce dashboards, shopping lists, login pages, animations, and more. It demonstrates clean code structure, modular design, and reusable components. Ideal for learning Flutter UI patterns and quickly prototyping app interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Flutter UI Nice

    Flutter UI Nice

    More than 130+ pages in this beautiful app

    flutter-ui-nice is a collection of Flutter UI examples and clones that replicate popular mobile app designs. It includes sample implementations of login screens, shopping flows, media apps, dashboards, and social layouts. The goal is to give developers a reference for how to achieve common UI patterns using Flutter widgets and theming. Each example is designed to be clean, responsive, and easy to adapt into production codebases. The repository is particularly helpful for beginners who want hands-on guidance on structuring real screens instead of only isolated widgets. It serves as both a design gallery and a practical teaching tool, showing how Flutter can mimic polished, industry-level designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Flutter Vignettes

    Flutter Vignettes

    A collection of fun Flutter experiments, created by gskinner

    flutter_vignettes is a set of polished experimental projects that showcase creative uses of Flutter’s capabilities. Each vignette is a self-contained demo focusing on visuals, animations, or interactions, often pushing the boundaries of what Flutter’s rendering engine can achieve. Examples include custom UI widgets, fluid animations, and interactive design concepts. The project is intended to inspire developers and demonstrate Flutter’s potential for building expressive, high-quality experiences. It’s not only a code resource but also a design showcase, blending engineering and artistry. By presenting small, focused experiments, flutter_vignettes encourages experimentation and learning while illustrating Flutter’s strengths in rapid UI prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Flutter WeChat Assets Picker

    Flutter WeChat Assets Picker

    An image picker (also with videos and audios) for Flutter

    An image picker (also with videos and audio) for Flutter projects based on the WeChat's UI. The package is using photo_manager for asset implementation, extended_image for image preview, and provider to help manage the state of the picker. Current WeChat version that UI is based on: 8.x UI designs will be updated following the WeChat update in any time. To take a photo or a video for assets, please check the detailed usage in the example, and head over to wechat_camera_picker. The package is a standalone extension that needs to be used with the combination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flutter Wonderous App

    Flutter Wonderous App

    A showcase app for the Flutter SDK

    The Wonderous App is an award-winning showcase project that presents the Seven Wonders of the World through an immersive Flutter experience. It highlights Flutter’s ability to combine rich animations, custom graphics, and seamless navigation across platforms. The app includes detailed multimedia content—stories, galleries, maps, and 3D-like transitions—that make cultural heritage engaging and interactive. Its design emphasizes storytelling, using typography, colors, and motion to guide users through historical journeys. From a technical standpoint, it demonstrates advanced layout techniques, gesture handling, and integration of complex visual assets in Flutter. It is part of Flutter’s official examples, intended to inspire developers and designers about what’s possible beyond basic apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Flutter Yumniastic

    Flutter Yumniastic

    Yumniastic is a online food delivery service app built with Flutter

    Yumniastic is an online food delivery service app built with Flutter and Django.
    Downloads: 0 This Week
    Last Update:
    See Project