Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-dart

A curated list of awesome Dart frameworks, libraries, and software
https://github.com/juanlatorre/awesome-dart

Last synced: 3 days ago
JSON representation

  • Client Web App Frameworks

    • AngularDart - AngularDart is a development platform for building mobile and desktop web applications
    • OverReact - A library for building statically-typed React UI components.
    • MDL/Dart - Material Design Lite for Dart is a framework of components for web developers based on Google's Material Design philosophy.
  • Server Frameworks

    • Jaguar - A server framework built for speed, simplicity and extensiblity.
    • Angel - Angel is a server-side framework designed for full-stack development, with an emphasis on code sharing, scalability, and a low learning curve.
    • Aqueduct - Aqueduct is a fully-featured server-side framework, with an ORM, database migration tools, OAuth 2.0 implementation, automatic OpenAPI specification generation and multi-threading support.
    • Redstone - Redstone is a server-side, metadata driven micro-framework for Dart.
    • Start - Sinatra inspired web framework to serve static files, handle dynamic requests, websockets and create JSON responses.
    • Vane - Framework with built-in server runtime environment and middleware system
    • Rikulo Stream - Lightweight web server with request routing, filtering, template engine, WebSocket, MVC design pattern, and file-based static resources
  • Game Development

    • Flame - A minimalist Flutter game engine
    • DartRocket - DartRocket is a HTML5 game framework written in Dart and which uses the StageXL rendering engine.
    • Pixi Dart - A port of the pixi.js rendering engine.
    • Ranger - A game engine centered around HTML5 Canvas and a scene graph.
    • StageXL - StageXL offers an easy to use and complete API (based on the Flash API) for impressive 2D content like games and other rich applications.
  • Animation

    • Universal Tween Engine - A port of the original java Universal Tween Engine created by Aurelien Ribbon.
    • Spine Dart - An implementation of the Esoteric Software Spine runtime.
  • Template

    • mustache4dart - A simple implementation of Mustache.
    • jaded - Port of the excellent Jade view engine.
  • Database

    • Postgres - A PostgreSQL database driver that uses the extended, binary protocol for more efficient and secure queries.
    • SQLJockey - MySQL connector.
    • PostgreSQL - PostgreSQL database driver
  • Utilities

    • built_collection - Immutable collections via the builder pattern.
    • built_value - Immutable value types, enum classes, and serialization.
    • Quiver - A set of utility libraries that makes using many libraries easier and more convenient, or adds additional functionality.
    • route_hierarchical - Route is a client routing library for Dart that helps make building single-page web apps.
  • Dependency Injection

    • DI - Dependency Injection framework by Angular
    • Dependencies - A simple and modular dependency injection system which doesn't use mirrors.
  • Parsers

    • markdown - Parse markdown into HTML on both the client and server.
    • 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.
  • Validation

  • ORM

    • Objectory - Objectory provides typed, checked environment to model, save and query data persisted on MongoDb.
  • Image

    • image - Provides server and web 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 - A port of the Jasmine library.
  • Tools

    • js2dart - compiles Javascript code to Dart
    • gulp-dart - A gulp plugin for compiling Dart code to JavaScript using dart2js.
    • dev_compiler - Dart to JavaScript compiler designed to create idiomatic, readable JavaScript output.
    • json2dart - Given a json, it generates the dart classes to parse and generate json with given structure.
    • Stagehand - A project scaffolding generator, inspired by tools like Web Starter Kit and Yeoman.
    • Crossdart - Cross-referenced source code of the packages from Pub.
    • Crossdart Github Chrome Extension - Adds "Go to declaration" and "Find Usages" functionality to your Dart projects on Github (both in tree views and pull requests).
  • IDEs, Editors, and Plugins

  • Tutorials

  • Community