toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 183 packages
Sort by PUB-AZS
YAJBE is a compact binary data format built to be a drop-in replacement for JSON (JavaScript Object Notation).
A Dart port of the S2 Geometry Library from JavaScript, providing utilities for geographic calculations and conversions.
Unpacks P.A.C.K.E.R. packed js code. / generate javascript code from packed js code.
A Flutter package for hot updates and code push with JavaScript.
Extended EventEmitter that fires "statechange" event when state member is changed. Child classes that inherit from EventEmitter can use the standard event emit, subscribe, unsubscribe, etc., methods of EventEmitter. This class adds a private _state member and a setState(object) and getState() method as well as getter/setter for the getState/SetState methods. Whenever the state is changed, a 'statechange' event will be emitted with the previous state as argument. This allows the handler to compare old state with new state, if desired. This package was developed as part of a port of Modus Create's IoT platform, RoboDomo from JavaScript to Dart and Flutter. The original can be found at https://github.com/RoboDomo.
This is something of a clone/work-alike of the JavaScript debug package by TJ Holowaychuck at https://github.com/visionmedia/debug. Use: import 'package:debug/debug.dart'; final debug = Debug('any_key_you_like') ... debug('any string you like, as if you called print()'); The DEBUG environment variable is checked to see if anything should be printed. You can specify multiple keys in DEBUG by separating them with semicolon. The * key matches ALL keys for all debugs. This package was developed as part of a port of Modus Create's IoT platform, RoboDomo from JavaScript to Dart and Flutter. The original can be found at https://github.com/RoboDomo.
Easy to use JavaScript ENV variable getter/setter
Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
Prebuilt JavaScriptCore binary maintained kraken team.
A Javascript engine to use with flutter. It uses Quickjs on Android/Windows/MacOS/OpenHarmony and JavascriptCore on IOS.