florval 0.2.1
florval: ^0.2.1 copied to clipboard
Generate type-safe Flutter/Dart API clients from OpenAPI specs. Status-code Union types, JsonOptional for PATCH/PUT partial updates, Riverpod 3.x integration, cursor-based pagination, and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add florvalThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
florval: ^0.2.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:florval/florval.dart';