PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 7
  1. 0.4.0 16 Aug 2024
    Release notes
    • Fix the package to work with Dart 3.5 & Flutter 3.24
    Open source →
    Release notes
    • Fix the package to work with Dart 3.5 & Flutter 3.24
    Open source →
  2. 0.3.1 13 May 2024
    Release notes
    • Expose EventStream class.
    Open source →
    Release notes
    • Expose EventStream class.
    Open source →
  3. 0.3.0 26 Feb 2024
    Release notes
    • Regenerates the bindings based on Chrome v122
    • Updates JS binding for Dart 3.3
    • Requires Dart SDK >= 3.3
    Open source →
    Release notes
    • Regenerate the bindings based on Chrome v122
    • Update JS binding for Dart 3.3
    • Require Dart SDK >= 3.3
    Open source →
  4. 0.2.0 16 Nov 2023
    Release notes
    • Regenerate the bindings based on Chrome v116
    • Update JS binding for Dart 3.2
    • Require Dart SDK >= 3.2
    Open source →
    Release notes
    • Regenerate the bindings based on Chrome v116
    • Update JS binding for Dart 3.2
    • Require Dart SDK >= 3.2
    Open source →
  5. 0.1.2 20 Sep 2023
    Release notes
    • Update the readme to give some tips on how to build Chrome extensions with Flutter.
    Open source →
    Release notes
    • Update the readme to give some tips on how to build Chrome extensions with Flutter.
    Open source →
  6. 0.1.1 23 Aug 2023
    Release notes
    • Update the readme
    Open source →
    Release notes
    • Update the readme.
    Open source →
  7. 0.1.0 17 Aug 2023
    Release notes
    • 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));
    }
    Open source →
    Release notes
    • 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));
    }
    
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive