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

Annotations and DSL widgets to generate native HomeScreen widget code for the home_widget Flutter plugin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add home_widget_generator

With Flutter:

 $ flutter pub add home_widget_generator

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

dependencies:
  home_widget_generator: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:home_widget_generator/home_widget_generator.dart';
1
likes
150
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publisherantonborri.es

Weekly Downloads

Annotations and DSL widgets to generate native HomeScreen widget code for the home_widget Flutter plugin.

Repository (GitHub)
View/report issues

Topics

#home-screen-widget #code-generation #android #ios #home-widget

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

analyzer, home_widget

More

Packages that depend on home_widget_generator