Open Source Dart User Interface (UI) Software

Dart User Interface (UI) Software

View 121 business solutions

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

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    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: 7 This Week
    Last Update:
    See Project
  • 2
    Pangolin Desktop

    Pangolin Desktop

    Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter

    Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter. You can run Pangolin on any platform that Flutter supports but we recommend running it on Linux as some features of Pangolin are designed exclusively for Linux and won't work on other platforms.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Flutter Chat UI

    Flutter Chat UI

    Actively maintained, community-driven chat UI implementation

    Create the in-app chat experience. Actively maintained community-driven chat UI implementation for React Native and Flutter with an optional Firebase BaaS. Flyer Chat is a platform for creating in-app chat experiences using Flutter or React Native. This repository contains chat UI implementation for Flutter. We offer no paid plugins and strive to create an easy-to-use, almost drop-in chat experience for any application. Contributions are more than welcome! Please read our Contributing Guide. You can choose the backend you prefer. But if you don't have one, we provide our own free and open-source Firebase implementation, which can be used to create a working chat in minutes. We are also working on our more advanced SaaS and self-hosted solutions. Supports custom themes, locales and more. Check our documentation for the info. More options are on the way, let us know if something is missing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Fritter

    Fritter

    A privacy-friendly Twitter frontend for mobile devices

    Fritter is an open-source frontend for Twitter, focusing on giving you the best experience and keeping your data private, local, and in your hands. No tracking, with all data local. Save tweets locally and offline. See what's trending in the world. Light and Dark themes, protect your eyes. Follow and group accounts. View results without needing to vote. Find users and tweets.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 5
    Flutter EasyLoading

    Flutter EasyLoading

    A clean and lightweight loading/toast widget for Flutter

    A clean and lightweight loading/toast widget for Flutter, easy to use without context, and supports iOS, Android, and the web. First, initialize EasyLoading in your MaterialApp/CupertinoApp.
    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 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
  • 9
    Liquid Pull To Refresh

    Liquid Pull To Refresh

    A custom refresh indicator for flutter

    A beautiful and custom refresh indicator for flutter highly inspired by Ramotion Pull Down to Refresh. Try out our live example app. For adding this custom refresh indicator in your flutter app, you have to simply wrap ListView or GridView inside LiquidPullToRefresh. Also, you have to provide the value of the onRefresh parameter which is a refresh callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    ShowCaseView

    ShowCaseView

    Flutter plugin that allows you to showcase features on flutter app

    A Flutter package allows you to Showcase/Highlight your widgets step by step. Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand(ex, ListView, GridView). In order to scroll to a widget it needs to be attached with widget tree. So, If you are using a scrollview that renders widgets on demand, it is possible that the widget on which showcase is applied is not attached in widget tree. So, flutter won't be able to scroll to that widget. So, If you want to make a scroll view that contains less number of children widget then prefer to use SingleChildScrollView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WhatTodo

    WhatTodo

    A Simple Todo app design in Flutter to keep track of your task

    A Simple Todo app design in Flutter to keep track of your task on daily basis. Its built on BLoC Pattern. You can add a project, labels, and due date to your task also you can sort your task on the basis of project, label, and dates. This diagram showcase the dependencies to create a feature-specific BLoCs.The HomeBloc is independent and used as a communication channel between its child widgets. The app already has a preloaded Inbox project. You can add more projects by clicking add project button on SideDrawer. From the material color list you can specify any single color to the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    flutter_neumorphic

    flutter_neumorphic

    A complete, ready to use, Neumorphic ui kit for Flutter

    A complete, ready-to-use, Neumorphic ui kit for Flutter. The main Neumorphic Widget, a container that adds a white/dark gradient depending on a light source and depth. A Modern / Material (upgraded) card usually is a surface floating on top of our perceived background and casting a shadow onto it. The shadow both gives it depth and also in many cases defines the shape itself — as it’s quite often borderless. Neumorphic card however pretends to extrude from the background. It’s a raised shape made from the exact same material as the background. When we look at it from the side we see that it doesn’t “float”.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    macos_ui

    macos_ui

    Flutter widgets and themes implementing the current macOS design lang

    Flutter widgets and themes implementing the current macOS design language. It supports a Sidebar on the left, an optional TitleBar at the top, and the rest of the window is typically filled out with a MacosScaffold. A scope for the MacosWindow is provided by MacosWindowScope. Please note that you must wrap your MacosScaffold in a Builder widget in order for this to work properly. A sidebar enables app navigation and provides quick access to top-level collections of content in your app. Sidebars may be placed at the left or right of your app. To place a sidebar on the left, use the MacosWindow.sidebar property. To place a sidebar on the right, use the MacosWindow.endSidebar property.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.