callvalidator 2.0.5 copy "callvalidator: ^2.0.5" to clipboard
callvalidator: ^2.0.5 copied to clipboard

CallValidator enhances Flutter code quality by validating function calls, ensuring parameter correctness and function existence. Integrate to minimize runtime errors and enhance app reliability.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add callvalidator

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

dependencies:
  callvalidator: ^2.0.5

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:callvalidator/callvalidator.dart';
6
likes
135
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

CallValidator enhances Flutter code quality by validating function calls, ensuring parameter correctness and function existence. Integrate to minimize runtime errors and enhance app reliability.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on callvalidator

Packages that implement callvalidator