toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 284 packages
Sort by PUB-AZS
Dart client library for secure-control-protocol devices (see https://github.com/HouseOS/secure-control-protocol)
A Flutter package that inspects http call requests, responses which made by [dio package](https://pub.dev/packages/dio). This package show notifications on each call and UI screen.
FFI bindings for [zlib-ng/minizip-ng](https://github.com/zlib-ng/minizip-ng) made using [dart-lang/ffigen](https://github.com/dart-lang/ffigen) and trivial trick.
A library for WAMP protocol client. WAMP is the Web Application Messaging Protocol (https://wamp-proto.org)
Simple microservices framework using swift_composer. Create servers, daemons and cli tools with a layer to access mysql db, amqp and files. Used by https://swift.shop
Millisecond conversion utility function inspired by ms (https://www.npmjs.com/package/ms)#ms#time
A project that contains helper classes to help with http package.(only get is supported for now)
A client to upload your photos (local file, remote url..etc) to https://2.pik.vn. Supports resize images on the fly
Convert all *.svg icons from dir to icon-font (.ttf) and generates flutter compatible dart class. Forked from https://github.com/rbcprolabs/icon_font_generator
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.