smart_executer 2.4.2 copy "smart_executer: ^2.4.2" to clipboard
smart_executer: ^2.4.2 copied to clipboard

A powerful Flutter package for executing async operations with built-in error handling, loading dialogs, retry logic, and Result pattern support.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:smart_executer_example/app/bootstrap.dart';
import 'package:smart_executer_example/app/smart_executer_example_app.dart';

/// Backward-compatible application widget name used by the original example.
@Deprecated('Use SmartExecuterExampleApp.')
typedef SmartExecuterDemo = SmartExecuterExampleApp;

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  configureSmartExecuter();
  runApp(const SmartExecuterExampleApp());
}
1
likes
150
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package for executing async operations with built-in error handling, loading dialogs, retry logic, and Result pattern support.

Repository (GitHub)
View/report issues

Topics

#async #error-handling #loading #network #dio

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, logger

More

Packages that depend on smart_executer