home_widget_cli
CLI to scaffold and generate native HomeScreen widget code.
home_widget_cli
home_widget_cli is a Dart command-line tool that helps you set up the native parts of a HomeScreen widget for the home_widget Flutter plugin.
It can:
- Scaffold placeholder native widget code for iOS and/or Android.
- Generate native widget code and a typed Dart helper from
home_widget_generatorschemas.
Installation
Add it as a dev dependency in your Flutter app:
dev_dependencies:
home_widget_cli: ^0.0.1
Then invoke it via dart run:
dart run home_widget_cli <command> [arguments]