extension_enabler 1.0.5 copy "extension_enabler: ^1.0.5" to clipboard
extension_enabler: ^1.0.5 copied to clipboard

A command line tool that enables flutter web app as chromium based extension with simple commands.

🛠️ Extension Enabler 🛠️

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
copied to clipboard

or add it as dev dependency in your pubspec.yaml:

dev_dependencies:
  extension_enabler: ^1.0.5
copied to clipboard

Stepwise Guide : #

1. So First, create ⚡ a project in flutter.

 flutter create app_name
copied to clipboard

2. Install ⚙️ the package as dev dependencies.

flutter pub add -d extension_enabler
copied to clipboard

3. Run 🏃‍♂️

flutter pub run extension_enabler enable
copied to clipboard

and fill the details:

image

4. Create a build 🛠️

flutter pub run extension_enabler build
copied to clipboard

build will be generated in build/web Above command can also use to rebuild the app. And to update config run

flutter pub run extension_enabler update
copied to clipboard

5. To run in Browser 🌍:

To run the extension on chromium based browser,

go to browser_name://extensions/ enable Developer Mode in the browser and load the extension

  • help :
flutter pub run extension_enabler --help
copied to clipboard

image

  • If you are facing any issues 🤔 feel free to create issues : here
  • if want to improve 🛠️ the package, you are welcome 🙏 : here

Created by Narayan, connect with me narayann.me

22
likes
160
points
38
downloads

Publisher

verified publishernarayann.dev

Weekly Downloads

2024.10.03 - 2025.04.17

A command line tool that enables flutter web app as chromium based extension with simple commands.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

args, html, path

More

Packages that depend on extension_enabler