First of all, run:
flutter pub getThis will also regenerate translations.
To build the extension, run the following command:
flutter build web --no-web-resources-cdn--no-web-resources-cdnis used to load libraries (specifically canvaskit) locally rather than through a CDN.
- In search bar type
about:debugging - Press
Load Temporary Add-on - Go to select
<extendion_dir>/build/web/manifest.json
- In search bar type
chrome:extensions - Enable Developer mode
- Press
Load unpacked - Select the web directory
<extension_dirt>/build/web