sureshg / awesome-dart-packages

A curated list of libraries for Dart development, the majority being actively maintained.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of Dart Packages

A curated list of libraries for Dart development, the majority being actively maintained.

Core library supplements

These packages extend or supplement the core (dart:*) libraries with more APIs. Before creating a new package you might want to check out these if you're looking for something with general utility - there's lots to see!

Name Repository License
async https://github.com/dart-lang/async BSD
collection https://github.com/dart-lang/collection BSD
convert https://github.com/dart-lang/convert BSD
isolate https://github.com/dart-lang/isolate BSD
typed_data https://github.com/dart-lang/typed_data BSD

Index

Async Programming

Name Repository License
event_bus https://github.com/marcojakob/dart-event-bus MIT
frappe https://github.com/danschultz/frappe MIT
pool https://github.com/dart-lang/pool BSD
rxdart https://github.com/frankpepermans/rxdart Apache
stream_channel https://github.com/dart-lang/stream_channel BSD

Code Generation

Name Repository License
analyzer https://github.com/dart-lang/sdk/tree/master/pkg/analyzer BSD
build https://github.com/dart-lang/build BSD
code_builder https://github.com/dart-lang/code_builder BSD
source_gen https://github.com/dart-lang/source_gen BSD

Encoding & Serialization

Name Repository License
archive https://github.com/brendan-duncan/archive Apache
built_value https://github.com/google/built_value.dart BSD
csslib https://github.com/dart-lang/csslib BSD
html https://github.com/dart-lang/html BSD
markdown https://github.com/dart-lang/markdown BSD
yaml https://github.com/dart-lang/yaml BSD

Mobile

Name Repository License
flutter https://github.com/flutter/flutter BSD

Networking

Name Repository License
firebase https://github.com/firebase/firebase-dart MIT
http https://github.com/dart-lang/http BSD

Servers

Name Repository License
angel https://github.com/angel-dart/angel MIT
aqueduct https://github.com/stablekernel/aqueduct BSD
redstone https://github.com/redstone-dart/redstone MIT
shelf https://github.com/dart-lang/shelf BSD
jaguar https://github.com/Jaguar-dart/jaguar BSD

Testing

Name Repository License
matcher https://github.com/dart-lang/matcher BSD
mockito https://github.com/dart-lang/mockito Apache
test https://github.com/dart-lang/test BSD

Tools

Name Repository License
grinder https://github.com/google/grinder.dart BSD
stagehand https://github.com/google/stagehand BSD

Utilities

Name Repository License
fnx_config https://github.com/fnx-io/fnx_config BSD
quiver https://github.com/google/quiver-dart Apache

Web

Name Repository License
angular2 https://github.com/dart-lang/angular2 MIT
over_react https://github.com/Workiva/over_react Apache
sass https://github.com/sass/dart-sass MIT
stagexl https://github.com/bp74/StageXL BSD

About

A curated list of libraries for Dart development, the majority being actively maintained.