Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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">