openapi_repository 0.0.1 copy "openapi_repository: ^0.0.1" to clipboard
openapi_repository: ^0.0.1 copied to clipboard

A opinionated way of working with openapi in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add openapi_repository

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

dependencies:
  openapi_repository: ^0.0.1

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:openapi_repository/openapi_repository.dart';
2
likes
140
pub points
27%
popularity

Publisher

verified publisherapexive.com

A opinionated way of working with openapi in Flutter.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on openapi_repository