Skip to content

Package (cli-app) that enables flutter web app as extension(chromium based) with simple commands

License

Notifications You must be signed in to change notification settings

narayann7/ExtensionEnabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out video demo by clicking below 👇

IMAGE ALT TEXT

🛠️ Extension Enabler 🛠️

A command line dev 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

Stepwise Guide :

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

 flutter create app_name

2. Install ⚙️ the package as dev dependencies.

flutter pub add -d extension_enabler

3. Run 🏃‍♂️

flutter pub run extension_enabler enable

and fill the details:

image

4. Create a build 🛠️

flutter pub run extension_enabler build

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

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

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

About

Package (cli-app) that enables flutter web app as extension(chromium based) with simple commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages