extension_enabler 1.0.5 extension_enabler: ^1.0.5 copied to clipboard
A command line tool that enables flutter web app as chromium based extension with simple commands.
How to install? #
Install it as dev_dependencies
:
Run this command:
flutter pub add -d extension_enabler
or add it as dev dependency in your pubspec.yaml:
dev_dependencies:
extension_enabler: ^1.0.5