safe_controller 0.0.3 copy "safe_controller: ^0.0.3" to clipboard
safe_controller: ^0.0.3 copied to clipboard

A clean architecture utility for Flutter that provides result-based API execution and centralized error handling, designed to keep UI and business logic clean.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add safe_controller

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

dependencies:
  safe_controller: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:safe_controller/safe_controller.dart';
1
likes
150
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

A clean architecture utility for Flutter that provides result-based API execution and centralized error handling, designed to keep UI and business logic clean.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on safe_controller