Pinned Repositories
dart_posix
dcli
An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
dcli_scripts
A range of sample and useful cli scripts written dart using the dshell library.
fsm2
FMS2 provides Dart implementation of the core design aspects of the UML state diagrams.
money.dart
Dart implementation of Money and Currency classes with Money formatter.
nginx-le
Nginx with Lets Encrypt management and auto renewal without downtime.
onepub
Cli tooling and support for OnePub the private package repository for Dart and Flutter
pub_release
Pub Release is a package to assist in publishing dart/flutter packages to pub.dev.
simple_mysql_orm
system_info
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
OnePub's Repositories
onepub-dev/dcli
An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
onepub-dev/money.dart
Dart implementation of Money and Currency classes with Money formatter.
onepub-dev/fsm2
FMS2 provides Dart implementation of the core design aspects of the UML state diagrams.
onepub-dev/pub_release
Pub Release is a package to assist in publishing dart/flutter packages to pub.dev.
onepub-dev/dcli_scripts
A range of sample and useful cli scripts written dart using the dshell library.
onepub-dev/onepub
Cli tooling and support for OnePub the private package repository for Dart and Flutter
onepub-dev/dswitch
A cli tool to rapidly switch between versions of dart.
onepub-dev/fixed
A dart implementation of fixed precision numbers.
onepub-dev/simple_mysql_orm
onepub-dev/docker2
Simple library for viewing and controlling docker images and containers.
onepub-dev/fsm2_viewer
Desktop application viewer for the fsm2 library.
onepub-dev/pubspec_manager
Eric lets you read, modify and write pubspec.yaml files whilst preserving comments and everything else.
onepub-dev/settings_yaml
onepub-dev/strings
A package of handy Dart string functions.
onepub-dev/dart_console
Dart library for writing console applications
onepub-dev/scope
Dependency injection for Dart applications.
onepub-dev/completer_ex
Provides logging for Dart 'Completer' when the future doesn't complete in a reasonable amount of time.
onepub-dev/critical_test
Critical Test is a cli tool designed to simplify the process of fixing broken unit tests in Dart.
onepub-dev/dotfiles
Provides a simple mechanism for tracking all of your linux configuration files like ~/.bashrc with git.
onepub-dev/future_builder_ex
An improved version of FlutterBuilder
onepub-dev/halfpipe
onepub-dev/token_store
api for the dart pub token store
onepub-dev/dart.country
Dart package for ISO 3166-1 country codes
onepub-dev/dart_codemod
A library that makes it easy to write and run automated code modifications on a codebase.
onepub-dev/dart_date
Dart Date Manipulation Library with the aim of being the default way of doing operations with dates
onepub-dev/fido-client
An example Flutter fido client
onepub-dev/lint_hard
onepub-dev/named_locks
Dart package for controlled, safe execution in concurrent applications using runtime_native_semaphores for synchronization across processes/isolates.
onepub-dev/native_semaphores
Dart package for efficient, robust synchronization across processes/isolates using native OS semaphores.
onepub-dev/native_synchronization
Low-level synchronization primitives built using dart:ffi.