Dart: Possible Projects

archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.

Released: 09 Jan 2014 - 408

typed_data

Utility functions and classes that makes working with typed data lists easier in Dart

Released: 24 Feb 2015 - 33

http

A composable API for making HTTP requests in Dart.

dart flutter http http-client

Released: 17 Dec 2014 - 1,023

source_span

A library for identifying source spans and locations.

Released: 18 Dec 2014 - 30

nested

A new kind of widgets that helps building nested widget tree using a linear syntax

Released: 01 Jul 2019 - 130

logging

A Dart package for debug and error logging.

Released: 19 Dec 2014 - 336

characters

A package for characters represented as unicode extended grapheme clusters

unicode

Released: 29 Aug 2019 - 69

package_config

Support for working with Package Resolution Configuration files

Released: 13 May 2015 - 16

string_scanner

A class for parsing strings using a sequence of patterns.

Released: 18 Dec 2014 - 60

stack_trace

A package for manipulating stack traces and printing them readably.

Released: 18 Dec 2014 - 129

timing

A Dart package for tracking time spent in child operations

Released: 04 Sep 2018 - 14

term_glyph

Useful glyphs and Windows-safe equivalents

Released: 05 Jan 2017 - 16

sqflite

SQLite flutter plugin

Released: 22 May 2017 - 2,872

stream_transform

Dart utility methods to create StreamTransfomer instances to manipulate Streams

Released: 01 May 2017 - 123

clock

A fakeable wrapper for dart:core clock APIs.

Released: 06 Mar 2018 - 43

provider

InheritedWidgets, but simple

dart flutter hacktoberfest provider state-management

Released: 19 Oct 2018 - 5,109

http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.

dart http

Released: 18 Dec 2014 - 39

webdev

A CLI for Dart web development.

Released: 20 Dec 2017 - 212

built_collection.dart

Immutable Dart collections via the builder pattern.

Released: 02 Apr 2015 - 276

flutter-packages

A collection of useful Material Design packages

flutter flutter-package

Released: 10 Dec 2019 - 837

watcher

A file system watcher library for Dart.

Released: 18 Dec 2014 - 138

flutterfire

🔥 A collection of Firebase plugins for Flutter apps.

dart firebase flutter google

Released: 14 Aug 2019 - 8,699

tools

This repository is home to tooling related Dart packages.

Released: 10 Feb 2023 - 30

code_builder

A fluent API for generating valid Dart source code

Released: 18 Aug 2016 - 428

platform

A generic platform abstraction for Dart

Released: 08 Feb 2017 - 125

plugins

Plugins for Flutter maintained by the Flutter team

android dart flutter flutter-plugin ios plugin

Released: 18 Apr 2017 - 17,480

sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

dart language programming-language sdk

Released: 16 May 2015 - 10,221

json_serializable.dart

Generates utilities to aid in serializing to/from JSON.

dart-build-system dartlang json source-gen

Released: 18 Jul 2017 - 1,553

collection

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.

algorithms algorithms-and-data-structures dart data-structures

Released: 24 Feb 2015 - 386

dart_path_parsing

Released: 30 Jul 2018 - 27

built_value.dart

Immutable value types, enum classes, and serialization.

Released: 15 Jul 2015 - 868

shelf

Web server middleware for Dart

dart http server

Released: 19 Dec 2014 - 921

lints

Official Dart lint rules; the core and recommended set of lints suggested by the Dart team.

Released: 26 Apr 2021 - 118

quiver-dart

A set of utility libraries for Dart

Released: 14 Aug 2013 - 1,022

packages

A collection of useful packages maintained by the Flutter team

Released: 01 Aug 2017 - 4,375

image

Dart Image Library for opening, manipulating, and saving various different image file formats.

dart dart-library dart-package dart-web dartlang flutter image image-processing jpeg png webp

Released: 09 Jan 2014 - 1,174

equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

dart dartlang equality equality-comparison flutter flutter-package hashcode identity

Released: 06 Jan 2019 - 934

dart_style

An opinionated formatter/linter for Dart code

Released: 26 Sep 2014 - 646

yaml

A Dart YAML parser.

Released: 18 Dec 2014 - 169

cli_util

A library to help in building Dart command-line apps

dart

Released: 03 Feb 2015 - 60

dio

A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapters, etc.

adapter cancellable dart dio flutter http interceptor network timeout transformer

Released: 20 Apr 2018 - 12,489

core

This repository is home to core Dart packages.

Released: 10 Jun 2024 - 15

pedantic

How to get the most value from Dart static analysis

Released: 20 Aug 2018 - 325

dart-xml

Lightweight library for parsing, traversing, and transforming XML in Dart.

dart flutter xml xml-builder xml-document xml-parser xml-parsing xml-queries xml-transformation

Released: 21 Apr 2014 - 223

pool

A class for managing a finite pool of resources.

Released: 18 Dec 2014 - 51

file.dart

A generic file system abstraction for Dart.

dart

Released: 25 Jan 2017 - 121

convert

Conversion utilities

Released: 22 Sep 2015 - 71

native

Dart packages related to FFI and native assets bundling.

Released: 21 Mar 2023 - 154

win32

Access common Win32 APIs directly from Dart using FFI — no C required!

dart ffi flutter win32 windows

Released: 22 Mar 2020 - 758

dart-uuid

Generate RFC9562(v1,v4,v5,v6,v7,v8) UUIDs

dart dartlang hacktoberfest uuid

Released: 09 Jul 2012 - 357

source_gen

Automatic source code generation for Dart

dart-build-system

Released: 30 Jan 2015 - 486

fixnum

Fixed-width integer library for Dart.

Released: 05 Feb 2015 - 45

fake_async

Fake asynchronous events for deterministic testing.

Released: 06 Mar 2018 - 90

pub_semver

A package for working with Pub/semver-style versions and version constraints

Released: 25 Sep 2014 - 67

rxdart

The Reactive Extensions for Dart

Released: 20 Oct 2015 - 3,370

matcher

A declarative API for specifying expectations.

Released: 18 Dec 2014 - 71

path

A string-based path manipulation library.

Released: 18 Dec 2014 - 227

synchronized.dart

Basic lock mechanism to prevent concurrent access to asynchronous code

Released: 13 Oct 2016 - 198

args

A command-line argument parsing library for Dart.

Released: 19 Dec 2014 - 218

async

A Dart package that contains tools to work with asynchronous computations.

async dart stream

Released: 24 Feb 2015 - 323

io

Utilities for the Dart VM's dart:io.

Released: 21 Jun 2017 - 49

test

A library for writing unit tests in Dart.

Released: 18 Dec 2014 - 495

pedantic

How to get the most value from Dart static analysis

Released: 20 Aug 2018 - 324

boolean_selector

A flexible syntax for boolean expressions.

Released: 17 Feb 2016 - 23

web_socket_channel

StreamChannel wrappers for WebSockets.

Released: 24 Feb 2016 - 422

html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Released: 22 Sep 2014 - 277

build

A build system for Dart written in Dart

dart dart-build-system

Released: 20 Jan 2016 - 791

crypto

A set of cryptographic functions implemented in pure Dart.

Released: 24 Feb 2015 - 275

pubspec_parse

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting

Released: 31 May 2018 - 53

csslib

A library for parsing CSS.

Released: 19 Dec 2014 - 95

material-color-utilities

Color libraries for Material You

cpp-library dart-library dart-package java-library material-design typescript-library

Released: 12 Oct 2021 - 1,691

glob

Bash-style filename globbing for Dart.

Released: 17 Dec 2014 - 56

vector_math.dart

A vector math package for 2D and 3D applications

dart vector

Released: 12 Apr 2013 - 315

charcode

Symbolic names for character codes in Dart

Released: 22 May 2015 - 20

http_multi_server

A dart:io HttpServer wrapper that handles requests from multiple servers.

Released: 17 Dec 2014 - 28

flutter_svg

SVG parsing, rendering, and widget library for Flutter

dart flutter flutter-plugin svg

Released: 12 Mar 2018 - 1,666

dart-petitparser

Dynamic parser combinators in Dart.

dart flutter grammar parser parser-combinator parser-framework parser-library parsing-expression-grammar petitparser

Released: 27 May 2012 - 457

stream_channel

An abstraction for two-way communication channels.

Released: 20 Jan 2016 - 50

i18n

A general mono-repo for Dart i18n and l10n packages.

Released: 27 Feb 2023 - 63