https://github.com/plugfox/dart_chrome_extension
Chrome Copilot
https://github.com/plugfox/dart_chrome_extension
Last synced: about 1 year ago
JSON representation
Chrome Copilot
- Host: GitHub
- URL: https://github.com/plugfox/dart_chrome_extension
- Owner: PlugFox
- Created: 2025-03-18T17:37:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-19T05:58:23.000Z (about 1 year ago)
- Last Synced: 2025-03-19T06:36:55.811Z (about 1 year ago)
- Language: Dart
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Chrome Extension
Release:
```bash
rm -rf build .dart_tool/build/generated/web
dart run build_runner build --delete-conflicting-outputs --release
```
**WARNING:** Debugger is not working right now. You can use `print` to debug.