reflutter_generator 0.6.0 copy "reflutter_generator: ^0.6.0" to clipboard
reflutter_generator: ^0.6.0 copied to clipboard

A library to generate HTTP clients from metadata specified by users. The thought is that this can be used by Flutter based mobile apps to connect to their backend resources.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reflutter_generator

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

dependencies:
  reflutter_generator: ^0.6.0

Alternatively, 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:reflutter_generator/reflutter_generator.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A library to generate HTTP clients from metadata specified by users. The thought is that this can be used by Flutter based mobile apps to connect to their backend resources.

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, code_builder, dart_style, logging, meta, reflutter, source_gen

More

Packages that depend on reflutter_generator