chrome_extension 0.2.0 copy "chrome_extension: ^0.2.0" to clipboard
chrome_extension: ^0.2.0 copied to clipboard

A library for accessing the `chrome.*` APIs available in Chrome extensions.

0.2.0 #

  • Regenerate the bindings based on Chrome v116
  • Update JS binding for Dart 3.2
  • Require Dart SDK >= 3.2

0.1.2 #

  • Update the readme to give some tips on how to build Chrome extensions with Flutter.

0.1.1 #

  • Update the readme.

0.1.0 #

  • 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));
}
48
likes
0
pub points
77%
popularity

Publisher

verified publisherxaha.dev

A library for accessing the `chrome.*` APIs available in Chrome extensions.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on chrome_extension