flutter_model_api 1.0.0 copy "flutter_model_api: ^1.0.0" to clipboard
flutter_model_api: ^1.0.0 copied to clipboard

discontinuedreplaced by: flutter_api_model

Modeling of network requests, which manages input parameters and output parameters, which follows the "In-Out" naming convention.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_model_api

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

dependencies:
  flutter_model_api: ^1.0.0

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:flutter_model_api/flutter_model_api.dart';
1
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Modeling of network requests, which manages input parameters and output parameters, which follows the "In-Out" naming convention.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_model_api