Pinned Repositories
built_redux
an implementation of redux written in dart that enforces immutability
dart_codemod
A library that makes it easy to write and run automated code modifications on a codebase.
dart_dev
Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
dependency_validator
A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.
eva
A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent
go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
opentelemetry-dart
over_react
A library for building statically-typed React UI components using Dart.
react-dart
Dart Bindings for React JS
state_machine
Easily create a finite state machine and define legal state transitions. Listen to state entrances, departures, and transitions.
Workiva's Repositories
Workiva/over_react
A library for building statically-typed React UI components using Dart.
Workiva/react-dart
Dart Bindings for React JS
Workiva/built_redux
an implementation of redux written in dart that enforces immutability
Workiva/dart_dev
Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
Workiva/dart_codemod
A library that makes it easy to write and run automated code modifications on a codebase.
Workiva/opentelemetry-dart
Workiva/state_machine
Easily create a finite state machine and define legal state transitions. Listen to state entrances, departures, and transitions.
Workiva/dependency_validator
A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.
Workiva/json_schema
dart implementation of json schema validator!
Workiva/w_flux
A Dart app architecture library with uni-directional data flow inspired by RefluxJS and Facebook's Flux.
Workiva/w_transport
A platform-agnostic transport library for sending and receiving data over HTTP and WebSocket.
Workiva/platform_detect
A library for detecting browser and platform type and version.
Workiva/w_module
Base module classes with a well defined lifecycle for modular Dart applications.
Workiva/fluri
Fluri is a fluent URI library for Dart built to make URI mutation easy.
Workiva/webdev_proxy
A simple HTTP proxy for the webdev serve command (a tool authored by the dart team) that adds support for rewriting certain requests, namely rewriting 404s to instead serve the root index (/index.html). This allows developers to work on browser applications (like our own) that use HTML5 routing while still being able to refresh and/or navigate directly to deep links.
Workiva/opentracing_dart
This library is the Open Tracing API written in Dart. It is intended for use both on the server and in the browser.
Workiva/r_tree
A recursive RTree library written in Dart.
Workiva/scip-dart
Workiva/w_common
A collection of helpful utilities for use in Dart projects.
Workiva/pdfjs_dart
Dart bindings for Mozilla's PDF.js library
Workiva/over_react_test
A library for testing OverReact components
Workiva/react_testing_library
Dart bindings for the JS dom-testing-library and react-testing-library packages, which provide simple and complete DOM/React testing utilities that encourage good testing practices.
Workiva/workiva_analysis_options
Workiva's shared Dart static analysis options
Workiva/font_face_observer
Load and unload fonts in the browser with a Promise based API. Simple, small and efficient. It will use the FontFace api if available, otherwise it falls back to a Dart port of https://github.com/bramstein/fontfaceobserver
Workiva/over_react_codemod
Codemods to help consumers of over_react automate the migration of UI component code.
Workiva/sockjs_client_wrapper
A Dart wrapper around the SockJS Client. Uses the js Dart package to interop with the JS lib.
Workiva/dpx
Workiva/test_html_builder
Dart builder that generates HTML files from templates for dart tests.
Workiva/gha-dart-oss
Workiva/gopherjs
A compiler from Go to JavaScript for running Go code in a browser