appydart 0.1.1+3 copy "appydart: ^0.1.1+3" to clipboard
appydart: ^0.1.1+3 copied to clipboard

outdated

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

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

dependencies:
  appydart: ^0.1.1+3

Alternatively, your editor might support dart 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
0
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

License

unknown (LICENSE)

Dependencies

jwt_decode, meta

More

Packages that depend on appydart