Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T00:38:39.000Z (over 2 years ago)
- Last Synced: 2024-04-20T15:22:54.644Z (9 months ago)
- Language: C++
- Size: 192 KB
- Stars: 12
- 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">