try_catch 1.0.2 copy "try_catch: ^1.0.2" to clipboard
try_catch: ^1.0.2 copied to clipboard

try call a async function , return value same as the function , on exception print error and ignore

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add try_catch

With Flutter:

 $ flutter pub add try_catch

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

dependencies:
  try_catch: ^1.0.2

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:try_catch/init.dart';
0
likes
130
pub points
5%
popularity

Publisher

verified publisherrmw.link

try call a async function , return value same as the function , on exception print error and ignore

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

More

Packages that depend on try_catch