https://github.com/mhmzdev/flutter_chrome_extension
A very basic example of using flutter web as chrome extension
https://github.com/mhmzdev/flutter_chrome_extension
Last synced: about 1 year ago
JSON representation
A very basic example of using flutter web as chrome extension
- Host: GitHub
- URL: https://github.com/mhmzdev/flutter_chrome_extension
- Owner: mhmzdev
- Created: 2022-05-21T00:37:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T00:38:39.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T02:03:10.254Z (about 1 year ago)
- Language: C++
- Size: 192 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flutter Chrome Extension
## Steps
Follow the Following step to generate Flutter web app as Chrome Extension
### 1. Remove Extra Scripts from `web/index.html`
Remove all the `` tags from `web/index.html` and replace with the below code.
```html
<body>
<script src="main.dart.js" type="application/javascript">