chrome_extension
A library for accessing the `chrome.*` APIs available in Chrome extensions.
0.4.0
3.7K downloads/mo
#4289 most downloaded on pub.dev
xvrh/chrome_extension.dart
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships on a steady schedule
a new release about every 3 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
7 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Aug 2023 to Aug 2024
2024
2025
2026
Releases
latest 7-
0.4.016 Aug 2024 -
0.3.113 May 2024 -
0.3.026 Feb 2024Release notes
Open source →- Regenerates the bindings based on Chrome v122
- Updates JS binding for Dart 3.3
- Requires Dart SDK >= 3.3
Release notes
Open source →- Regenerate the bindings based on Chrome v122
- Update JS binding for Dart 3.3
- Require Dart SDK >= 3.3
-
0.2.016 Nov 2023Release notes
Open source →- Regenerate the bindings based on Chrome v116
- Update JS binding for Dart 3.2
- Require Dart SDK >= 3.2
Release notes
Open source →- Regenerate the bindings based on Chrome v116
- Update JS binding for Dart 3.2
- Require Dart SDK >= 3.2
-
0.1.220 Sep 2023Release notes
Open source →- Update the readme to give some tips on how to build Chrome extensions with Flutter.
Release notes
Open source →- Update the readme to give some tips on how to build Chrome extensions with Flutter.
-
0.1.123 Aug 2023 -
0.1.017 Aug 2023Release notes
Open source →- Initial implementation of the binding for the chrome.* APIs
Each API is in its own dart file and can be used like:
import 'package:chrome_extension/alarms.dart'; void main() async { await chrome.alarms.create('MyAlarm', AlarmCreateInfo(delayInMinutes: 2)); }
Release notes
Open source →- Initial implementation of the binding for the chrome.* APIs Each API is in its own dart file and can be used like:
import 'package:chrome_extension/alarms.dart'; void main() async { await chrome.alarms.create('MyAlarm', AlarmCreateInfo(delayInMinutes: 2)); } - Initial implementation of the binding for the chrome.* APIs