toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 331 packages
Sort by PUB-AZS
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.
A wrapper library for [image package](https://pub.dev/packages/image) with some extra functions.
Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts! We folk from https://github.com/xclud/web3dart
Endeavor is a web framework written in Dart programming language and is inspired by frameworks like [Ruby on Rails](https://rubyonrails.org), and [Express Js](https://expressjs.com). The goal of Endeavor framework is to provide developers effectively build backends in Dart. Currently, Dart is mainly used for developing client-side apps using Flutter. Our idea is to use Dart language for developing server-side applications also.
Translate to dart from https://github.com/koblas/ibankit-js
This framework is part of the [Pip.Services](https://github.com/pip-services/pip-services) project. It contains components for AWS cloud platform.
This pub is replaced by gal. please check https://pub.dev/packages/gal .#gallery#video#image#photos#util
Generate List user form https://randomuser.me/ + loremipsum.
Text animations inspired by https://github.com/lexrus/LTMorphingLabel
JSON Validation for Dart using Json Type Definition. Implements the standard introduced at https://jsontypedef.com/