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