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

Useful for automating the documentation and tracking of widget components across projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add component_save_generator

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

dependencies:
  component_save_generator: ^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:component_save_generator/builder.dart';
import 'package:component_save_generator/generator/component_config_generator.dart';
import 'package:component_save_generator/generator/component_generator.dart';
import 'package:component_save_generator/models/component_config.dart';
import 'package:component_save_generator/request/save_request.dart';
0
likes
40
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Useful for automating the documentation and tracking of widget components across projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, component_save_annotation, dio, flutter, glob, source_gen

More

Packages that depend on component_save_generator