[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Awesome / wiki/programming-languages/dart.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # Dart **repo:** [yissachar/awesome-dart](https://github.com/yissachar/awesome-dart) **category:** [[programming-languages|Programming Languages]] --- Awesome Dart [](https://github.com/sindresorhus/awesome) ============ A curated list of awesome Dart frameworks, libraries, and software. Items on the list are actively maintained, well documented, and popular in the Dart community. Inspired by the [awesome](https://github.com/sindresorhus/awesome) lists. ### Contributing Please take a quick look at the [contribution guidelines](/CONTRIBUTING.md) first. If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you to all [contributors](https://github.com/yissachar/awesome-dart/graphs/contributors); you rock! ### Contents * Libraries * [Client Web App Frameworks](#client-web-app-frameworks) * [Server Frameworks](#server-frameworks) * [Game Development](#game-development) * [Animation](#animation) * [Template](#template) * [Database](#database) * [Package Managers](#package-managers) * [Utilities](#utilities) * [Dependency Injection](#dependency-injection) * [Parsers](#parsers) * [Validation](#validation) * [ORM](#orm) * [Image](#image) * [Algorithms](#algorithms) * [Testing](#testing) * [Unions](#unions) * [Tools](#tools) * [IDEs, Editors, and Plugins](#ides-editors-and-plugins) * [Tutorials](#tutorials) * [Community](#community) * [Everything Else](#everything-else) ---- ## Client Web App Frameworks * [AngularDart Community](https://github.com/angulardart-community) - Community-maintained AngularDart websites, packages, tools, and more! * [Flutter](https://flutter.dev/) - [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter) is a framework to build high-performance, [cross-platform](/@harrisonqian/awesome/wiki/platforms/cross-platform) mobile [apps](/@harrisonqian/awesome/wiki/platforms/apps), allowing applications to be written for [Android](/@harrisonqian/awesome/wiki/platforms/android), iOS and Web Apps. * [MDL/Dart](http://mdl.mikemitterer.at//) - [Material Design](/@harrisonqian/awesome/wiki/front-end-development/material-design) Lite for Dart is a framework of components for web developers based on Google's [Material Design](/@harrisonqian/awesome/wiki/front-end-development/material-design) philosophy. * [OverReact](https://workiva.[github](/@harrisonqian/awesome/wiki/development-environment/github).io/over_react/) - A library for building statically-typed [React](/@harrisonqian/awesome/wiki/front-end-development/react) UI components. ## Server Frameworks * [Jaguar](https://github.com/Jaguar-dart/jaguar) - A server framework built for speed, simplicity and extensibility. * [Start](https://github.com/lvivski/start) - Sinatra inspired web framework to serve static files, handle dynamic requests, websockets and create [JSON](/@harrisonqian/awesome/wiki/miscellaneous/json) responses. * [Shelf](https://pub.dartlang.org/packages/shelf) - Shelf makes it easy to create and compose web servers and parts of web servers. * There are many packages written for Shelf. By convention they start with [shelf_](https://pub.dartlang.org/search?q=shelf_). * [Vane](https://github.com/Scorpiion/Vane) - Framework with built-in server runtime environment and middleware system. * [Rikulo Stream](https://github.com/rikulo/stream) - Lightweight web server with request routing, filtering, template engine, WebSocket, MVC design pattern, and file-based static resources. * [Alfred](https://github.com/rknell/alfred) - Minimal ExpressJS-inspired server with routing and middlware. * [Dart Frog](https://github.com/VeryGoodOpenSource/dart_frog) - A fast, minimalistic backend framework for Dart. ## Web Frameworks * [Jaspr](https://docs.page/schultek/jaspr) - Jaspr is an modern web framework for building websites in Dart with support for both client-side and server-side rendering. ## Other Frameworks * [Rapid [Open Hardware](/@harrisonqian/awesome/wiki/hardware/open-hardware) Development (ROHD) Framework](https://github.com/intel/rohd) - A framework for describing and verifying hardware. ## Cross-platform development * [universal_io](https://github.com/terrier989/universal_io) - _dart:io_ that also works in the browser. * [universal_html](https://github.com/terrier989/universal_html) - _dart:html_ that also works in the VM/[Flutter](/@harrisonqian/awesome/wiki/platforms/flutter). ## Game Development * [Flame](https://github.com/luanpotter/flame#readme) - A minimalist [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter) game engine. * [StageXL](http://www.stagexl.org/) - StageXL offers an easy to use and complete API (based on the Flash API) for impressive 2D content like games and other rich applications. * [DartRocket](https://github.com/StrykerKKD/dartrocket) - DartRocket is a [HTML5](/@harrisonqian/awesome/wiki/front-end-development/html5) game framework written in Dart and which uses the StageXL rendering engine. * [Pixi Dart](https://github.com/FedeOmoto/pixi) - A port of the pixi.js rendering engine. * [Ranger](https://github.com/wdevore/Ranger-Dart) - A game engine centered around [HTML5](/@harrisonqian/awesome/wiki/front-end-development/html5) [Canvas](/@harrisonqian/awesome/wiki/front-end-development/canvas) and a scene graph. ## Animation * [Universal Tween Engine](https://github.com/xaguzman/tween-engine-dart) - A port of the original [java](/@harrisonqian/awesome/wiki/programming-languages/java) Universal Tween Engine created by Aurelien Ribbon. * [Spine Dart](https://github.com/FedeOmoto/spine) - An implementation of the Esoteric Software Spine runtime. ## Template * [mustache_template](https://pub.dev/packages/mustache_template) - A mustache template library that supports dart2js and dart2native. * [jaded](https://github.com/dartist/jaded) - Port of the excellent Jade view engine. * [mason](https://github.com/felangel/mason) - Tools which allow developers to create and consume reusable templates called bricks. ## Database * [Postgres](https://github.com/stablekernel/postgresql-dart) - A [PostgreSQL](/@harrisonqian/awesome/wiki/databases/postgresql) [database](/@harrisonqian/awesome/wiki/databases/database) driver that uses the extended, binary protocol for more efficient and secure queries. * [SQLJockey](https://github.com/jamesots/sqljocky) - [MySQL](/@harrisonqian/awesome/wiki/databases/mysql) connector. * [PostgreSQL](https://github.com/xxgreg/dart_postgresql) - [PostgreSQL](/@harrisonqian/awesome/wiki/databases/postgresql) [database](/@harrisonqian/awesome/wiki/databases/database) driver. ## Package Managers * [Pub](https://pub.dartlang.org/) - Pub is used to manage packages. * [Cloudsmith](https://cloudsmith.io/l/dart-repository/) - A fully managed package management SaaS, with support for Dart, [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter), and much more. **[Free for Public/OSS]** **[$]** ## Utilities * [Archive](https://pub.dartlang.org/packages/archive) - A library to encode and decode various archive and compression formats. * [built_collection](https://github.com/google/built_collection.dart) - Immutable collections via the builder pattern. * [built_value](https://github.com/google/built_value.dart) - Immutable value types, enum classes, and serialization. * [Frappe](https://pub.dartlang.org/packages/frappe) - A functional reactive programming library for Dart. Frappé extends the functionality of Dart's streams, and introduces new concepts like properties/signals. * [Quiver](https://github.com/google/quiver-dart) - A set of utility libraries that makes using many libraries easier and more convenient, or adds additional functionality. * [route_hierarchical](https://github.com/angular/route.dart) - Route is a client routing library for Dart that helps make building single-page web [apps](/@harrisonqian/awesome/wiki/platforms/apps). * [Darq](https://pub.dev/packages/darq) - A port of functional LINQ from the .NET library. * [Basics](https://github.com/google/dart-basics) - A Dart library containing convenient extension methods on basic Dart objects. ## Dependency Injection * [Angular DI](https://webdev.dartlang.org/angular/guide/dependency-injection) - Dependency Injection framework by [Angular](/@harrisonqian/awesome/wiki/front-end-development/angular). * [Dependencies](https://github.com/marcguilera/dependencies.dart) - A simple and modular dependency injection system which doesn't use mirrors. * [package: inject](https://github.com/google/inject.dart) - Compile-time dependency injection for Dart and [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter) ## Parsers * [html](https://pub.dartlang.org/packages/html) - A library for working with HTML documents. Previously known as html5lib. * [markdown](https://github.com/dart-lang/markdown) - Parse [markdown](/@harrisonqian/awesome/wiki/miscellaneous/markdown) into HTML on both the client and server. * [PetitParser](https://github.com/petitparser/dart-petitparser) - PetitParser combines ideas from scannerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can be reconfigured dynamically. * [XML](https://pub.dartlang.org/packages/xml) - A lightweight library for parsing, traversing, querying and building XML documents. * [xmlstream](https://pub.dartlang.org/packages/xml) - A [streaming](/@harrisonqian/awesome/wiki/big-data/streaming) event-based XML Parser. * [YAML](https://pub.dartlang.org/packages/yaml) - A parser for YAML. * [Dart Tags](https://pub.dartlang.org/packages/dart_tags) - The library for parsing ID3 tags, written in pure Dart. ## Validation * [Constrain](https://pub.dartlang.org/packages/constrain) - Provides a constraint based Validation library inspired by [Java](/@harrisonqian/awesome/wiki/programming-languages/java) Bean Validation but leveraging the superior language capabilities of Dart. * [validator.dart](https://github.com/karan/validator.dart) - String validation and sanitization for Dart. ## ORM * [Objectory](https://github.com/vadimtsushko/objectory) - Objectory provides typed, checked environment to model, save and query data persisted on [MongoDb](/@harrisonqian/awesome/wiki/databases/mongodb). ## Image * [image](https://github.com/brendan-duncan/image) - Provides server and web [apps](/@harrisonqian/awesome/wiki/platforms/apps) the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, WebP, TIFF, TGA, PSD, PVR, and OpenEXR. ## Testing * [Guinness](https://github.com/vsavkin/guinness) - A port of the Jasmine library. * [test](https://pub.dartlang.org/packages/test) - Provides a standard way of writing and running tests in Dart. * [spec](https://pub.dev/packages/spec) - A streamlined [testing](/@harrisonqian/awesome/wiki/testing/testing) framework for Dart & [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter). ## Unions * [Freezed](https://github.com/rrousselGit/freezed) - Code generation for immutable classes that has a simple syntax/API without compromising on the features. ## Crash monitoring * [Sentry](https://github.com/getsentry/sentry-dart) - Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time. ## Tools * [DevTools](https://dart.dev/tools/dart-devtools) - a suite of debugging and performance tools for Dart and [Flutter](/@harrisonqian/awesome/wiki/platforms/flutter). * [dart2js](https://www.dartlang.org/tools/dart2js/) - compiles Dart code to [JavaScript](/@harrisonqian/awesome/wiki/programming-languages/javascript). * [js2dart](https://github.com/vojtajina/js2dart) - compiles [Javascript](/@harrisonqian/awesome/wiki/programming-languages/javascript) code to Dart. * [Stagehand](https://github.com/dart-lang/stagehand) - A project scaffolding generator, inspired by tools like Web Starter Kit and Yeoman. * [Crossdart](https://crossdart.info) - Cross-referenced source code of the packages from Pub. * [Crossdart [Github](/@harrisonqian/awesome/wiki/development-environment/github) Chrome Extension](https://chrome.google.com/webstore/detail/crossdart-chrome-extensio/jmdjoliiaibifkklhipgmnciiealomhd) - Adds "Go to declaration" and "Find Usages" functionality to your Dart projects on [Github](/@harrisonqian/awesome/wiki/development-environment/github) (both in tree views and pull requests). * [gulp-dart](https://github.com/agudulin/gulp-dart) - A [gulp](/@harrisonqian/awesome/wiki/miscellaneous/gulp) plugin for compiling Dart code to [JavaScript](/@harrisonqian/awesome/wiki/programming-languages/javascript) using dart2js. * [dev_compiler](https://github.com/dart-lang/dev_compiler) - Dart to [JavaScript](/@harrisonqian/awesome/wiki/programming-languages/javascript) compiler designed to create idiomatic, readable [JavaScript](/@harrisonqian/awesome/wiki/programming-languages/javascript) output. * [json2dart](https://javiercbk.[github](/@harrisonqian/awesome/wiki/development-environment/github).io/json_to_dart) - Given a [json](/@harrisonqian/awesome/wiki/miscellaneous/json), it generates the dart classes to parse and generate json with given structure. * [webdev_proxy](https://github.com/Workiva/webdev_proxy) - A proxy wrapper around [webdev](https://github.com/dart-lang/webdev) which adds support for rerouting 404s to the index, allowing for HTML push-based routing while running locally. * [Dart Code Metrics](https://github.com/dart-code-checker/dart-code-metrics) - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for Analyzer. * [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Dart code with zero dependencies. * [Lakos](https://pub.dev/packages/lakos) - Visualize internal library dependencies in Graphviz and detect dependency cycles. ## Multithreading * [isolator](https://pub.dev/packages/isolator) - Isolator offer to you a simple way for creating two-component states with isolated part and frontend part of any kind - BLoC, MobX, ChangeNotifier and others ## Tutorials * [Hello Dart](http://code.makery.ch/library/hello-dart/) - A playful introduction to Dart. * [Getting Started with Dart & React](https://www.leejamesrobinson.com/blog/getting-started-with-dart-and-react/) * [Tour of Heroes](https://webdev.dartlang.org/angular/tutorial) - An app which covers the [core](/@harrisonqian/awesome/wiki/platforms/core) fundamentals of AngularDart. * [Dart for beginner](https://www.myfreax.com/tag/dart/) - Dart Chinese tutorial for beginner. * [Resolving Dart package version conflicts, faster than ever](https://iiro.dev/2018/08/28/resolving-dart-package-version-conflicts/) - How to use any package version in pub to resolve package version conflicts. ## Community * [Dartlang SubReddit](https://www.reddit.com/r/dartlang/) * [Gitter Chat Channel](https://gitter.im/dart-lang/home) * [Google Group](https://groups.google.com/a/dartlang.org/d/forum/misc) * [Stack Overflow](https://stackoverflow.com/tags/dart) * [Facebook Group (pt-BR)](https://www.facebook.com/groups/dartlangbr) * [Telegram chat (ru-RU)](https://t.me/rudart) * [Telegram chat (id-ID)](https://t.me/dart_web) ## IDEs, Editors, and Plugins * [IntelliJ Plugin](https://www.dartlang.org/tools/webstorm/) - Dart plugin from JetBrains for WebStorm, IntelliJ IDEA, PhpStorm, PyCharm, and RubyMine. * [Sublime Text Package](https://github.com/guillermooo/dart-sublime-bundle) - [Sublime Text](/@harrisonqian/awesome/wiki/editors/sublime-text) 3 Dart Package. * [Emacs Plugin](https://github.com/nex3/dart-mode) - An [Emacs](/@harrisonqian/awesome/wiki/editors/emacs) mode for the Dart language. * [Vim Plugin](https://github.com/dart-lang/dart-vim-plugin) - Syntax highlighting for Dart in Vim. * [Atom Plugin](https://atom.io/packages/atom-dart) - Dart support for [Atom](/@harrisonqian/awesome/wiki/editors/atom). * [VSCode Plugin](https://dartcode.org/) - Dart support for [Visual Studio Code](/@harrisonqian/awesome/wiki/editors/visual-studio-code). * [DartPad](https://dartpad.dartlang.org/) - Online lightweight editor. * [Dart Code](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) - Dart support for [Visual Studio Code](/@harrisonqian/awesome/wiki/editors/visual-studio-code). * [Module Linker](http://fiatjaf.alhur.es/module-linker/#/dart) - Chrome Extension that adds direct links to module import statements on [GitHub](/@harrisonqian/awesome/wiki/development-environment/github). * [Dart Barrel File Generator](https://github.com/mikededo/dartBarrelFileGenerator) - VSCode extension that generates barrel files for Dart projects. ## Everything Else There are lots of awesome libraries being added to [Pub](https://pub.dartlang.org/) all the time. If you can't find a library on this list that meets your needs, go ahead and search for it on Pub. And if you end up finding an awesome library, we would love a pull request with the info so that everyone else can discover it as well. Just make sure to read the [contributing guidelines](https://github.com/yissachar/awesome-dart/blob/master/CONTRIBUTING.md) first. ## License [](https://creativecommons.org/publicdomain/zero/1.0/)