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

Generate arguments class and builder function for widget page.

hiro #

Generate arguments class and builder function for widget page.

Installation #

Add dependencies in your pubspec.yaml:

dependencies:
  hiro:

dev_dependencies:
  build_runner:

Getting Started #

Add the part line as such:

part 'sample_page.g.dart';

Annotate your class with @HiroPage:

@HiroPage()
class SamplePage {}

Run build_runner:

$ flutter packages pub run build_runner build
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Generate arguments class and builder function for widget page.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, source_gen

More

Packages that depend on hiro