callvalidator 2.0.5
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 callvalidatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
callvalidator: ^2.0.5Alternatively, 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';