Dart Dartlang

Open-source Dart projects categorized as Dartlang

Top 23 Dart Dartlang Projects

  • awesome-flutter

    An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

  • FlutterExampleApps

    [Example APPS] Basic Flutter apps, for flutter devs.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • gsy_github_app_flutter

    Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin

  • bloc

    A predictable state management library that helps implement the BLoC design pattern

    Project mention: [Research] Your Flutter Stack | /r/FlutterDev | 2023-05-23

    Architecture: Repository pattern as described on bloclibrary.dev

  • getwidget

    Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.

    Project mention: I am looking for ui kit | /r/flutterhelp | 2023-04-01

    https://www.getwidget.dev/ Maybe this? Dk if it contains what you're looking for

  • inKino

    A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

    Project mention: 32 free Flutter templates for great mobile apps | dev.to | 2022-10-04

    With InKino, Iiro Krankka created a multiplatform Dart app for exploring movies and showtimes at Finnkino theatres. The app leverages Redux, with 40 percent of the code shared across Flutter and the web.

  • zefyr

    Soft and gentle rich text editing for Flutter applications.

    Project mention: 32 free Flutter templates for great mobile apps | dev.to | 2022-10-04

    Zefyr Editor is a rich text editor built with simplicity and flexibility for Flutter applications. It provides a clean interface for distraction-free writing. This is a Flutter package that you can install to your Flutter application, and it will give the users the power to write just like the Medium website. This package is developed by Memspace.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • flutter-quill

    Rich text editor for Flutter

    Project mention: I've migrated a text editor library (13K LOC) from no state management (spaghetti code) to state management. I'm sharing here my experience and a breakdown of the architectural decisions that I took (long read) | /r/FlutterDev | 2022-07-03

    Two months ago I decided to fork the Quill rich text editor because the architecture is extremely difficult to follow. Since I desperately need for my own project, a strong rich text editor that can be easily extended with more features I took the decision to byte the bullet and refactor Quill from the ground up. There are numerous extremely good features in Quill yet the overall architecture was a total train wreck. In this article I'll be explaining in detail what were the issues and how I attempted to improve them. You can find the source code at Visual Editor Github. I've documented the entire process and I'll be releasing deep dive Flutter architecture episodes at Visual Coding YouTube. Enough shameless plugs, let's get going.

  • authpass

    AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.

    Project mention: Non-cloud based TOTP Authenticator App? | /r/linuxquestions | 2023-03-30
  • flutter_redux

    A library that connects Widgets to a Redux Store

  • json_serializable.dart

    Generates utilities to aid in serializing to/from JSON.

    Project mention: Dart 3.0: Best New Features & Why You Should Care | /r/FlutterDev | 2023-05-17

    Serializing and deserializing json is easy thanks to the json_serializable integration. Makes it impossible to make mistakes like you would normally when working with dynamic values and strings.

  • graphic

    A grammar of data visualization and Flutter charting library.

    Project mention: Show HN: Graphic – A grammar of data visualization and Flutter charting library | /r/hypeurls | 2023-02-22
  • dart-code-metrics

    Software analytics tool that helps developers analyse and improve software quality.

    Project mention: Integrating DCM into an existing project | /r/FlutterDev | 2023-04-30

    While the benefits of using static analysis tools such as DCM are understandable, integrating them into an existing project can be challenging due to the many possible warnings that need attention.

  • betterplayer

    Better video player for Flutter, with multiple configuration options. Solving typical use cases! (by jhomlala)

    Project mention: 2.0 Coming together to work on common issues. UPDATE. | /r/FlutterDev | 2022-09-28
  • nexus-tools

    Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows

  • stream-chat-flutter

    Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API..

    Project mention: Getting "App requires Multidex support" when building with stream_chat_flutter | /r/flutterhelp | 2023-02-16

    I opened an issue.

  • functions-framework-dart

    FaaS (Function as a service) framework for writing portable Dart functions

    Project mention: Dartness: the dart web framework | /r/dartlang | 2022-07-03

    Shelf provides different functionalities that I can be abstracted of, some other packages are using it also, like functions framework

  • jiffy

    Jiffy is a Flutter (Android, IOS and Web) date time package inspired by momentjs for parsing, manipulating, querying and formatting dates

    Project mention: Jiffy: Simplify your date-time workflow with Dart: Discover how Jiffy can streamline your productivity. | /r/FlutterDev | 2023-03-09
  • Butterfly

    🎨 Powerful, minimalistic, cross-platform, opensource note-taking app (by LinwoodDev)

    Project mention: Anything you wish there was an open source solution for? | /r/selfhosted | 2023-05-16

    Linwood Butterfly

  • smooth-app

    The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart

    Project mention: All my Open Source App Alternatives | /r/fdroid | 2023-03-29

    Yuka → OpenFoodFacts

  • design-patterns-in-dart

    Gang of Four (GOF) design patterns implemented in Dart. Contributions welcome!

  • fpdart

    Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.

    Project mention: Flutter Exception Handling with try/catch and the Result type (updated to Dart 3 and sealed classes) | /r/FlutterDev | 2023-06-02

    use a 3rd party package like fpdart, which offers ergonomic APIs like Either and TaskEither

  • wasm

    Utilities for loading and running WASM modules from Dart code

    Project mention: Seeking dart-only version of Japanese tokeniser called Mecab | /r/dartlang | 2023-04-23

    Looking at the source, the code uses a C implementation of that algorithm under the hood. You could either try to translate the source code to Dart to use Dart's FFI to access the C library or if you feel adventurous, try to find a WASM version of that algorithm and import that module. Looks like the sqlite3 library goes the WASM way to embedding sqlite for the web.

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-06-02.

Dart Dartlang related posts

Index

What are some of the best open-source Dartlang projects in Dart? This list will help you:

Project Stars
1 awesome-flutter 46,958
2 FlutterExampleApps 18,531
3 gsy_github_app_flutter 13,966
4 bloc 10,499
5 getwidget 3,929
6 inKino 3,436
7 zefyr 2,183
8 flutter-quill 1,906
9 authpass 1,722
10 flutter_redux 1,620
11 json_serializable.dart 1,446
12 graphic 1,252
13 dart-code-metrics 840
14 betterplayer 784
15 nexus-tools 752
16 stream-chat-flutter 723
17 functions-framework-dart 503
18 jiffy 453
19 Butterfly 424
20 smooth-app 386
21 design-patterns-in-dart 370
22 fpdart 336
23 wasm 300
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org