toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 75 packages
Sort by PUB-AZS
Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.#logging#debugging
Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
Miscellaneous Dart libraries, including interoperability with java.io.DataInputStream and java.io.DataOutputStream.
A query string encoding and decoding library for Dart. Ported from qs for JavaScript.#url#query#query-string#encode#decode
An intuitive Event-based system, inspired by NodeJS's Event Emitter. Allows for multiple data types with type safety events. Based on JavaScript and suitable for Dart and Flutter.
A robust Quill Delta to HTML converter. This is a complete port of the popular quill-delta-to-html Typescript/Javascript package to Dart.
Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
Import and use javascript libraries or code in your dart2js or flutter web projects
Upgrade your class with automatic cleanup and finalization, similar to "using + IDisposable" in C# and "try-with-resource + AutoCloseable" in Java.#resource-management#disposable#dispose#using