adapters 0.5.5
adapters: ^0.5.5 copied to clipboard
Seguindo os princípios do Ports and Adapters - Alistair Cockburn essa lib é um agregado de todos os adaptadores utilizados por outros pacotes do projeto CodePlayData.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add adaptersWith Flutter:
$ flutter pub add adaptersThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
adapters: ^0.5.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:adapters/adapters.dart';