appydart 0.1.6 copy "appydart: ^0.1.6" to clipboard
appydart: ^0.1.6 copied to clipboard

The content of the libary is particularly meant for implementing Clean Architecture inspired code bases. Therefore the main purpose of this package is to provide types for prolongating results and er [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add appydart

With Flutter:

 $ flutter pub add appydart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  appydart: ^0.1.6

Alternatively, 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:appydart/appydart.dart';
0
likes
120
pub points
0%
popularity

Publisher

verified publisherappiness.solutions

The content of the libary is particularly meant for implementing Clean Architecture inspired code bases. Therefore the main purpose of this package is to provide types for prolongating results and errors without throwing, as this would violate the CA philosophy.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

jwt_decode, meta

More

Packages that depend on appydart