chrome_extension.dart

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

BSD-2-CLAUSE License

Stars
18

Bot releases are visible (Hide)

chrome_extension.dart - v0.4.0 Latest Release

Published by xvrh 2 months ago

  • Fix the package to work with Dart 3.5 & Flutter 3.24
chrome_extension.dart - v0.3.1

Published by xvrh 5 months ago

  • Expose EventStream class.
chrome_extension.dart - v0.3.0

Published by xvrh 8 months ago

  • Regenerates the bindings based on Chrome v122
  • Updates JS binding for Dart 3.3
  • Requires Dart SDK >= 3.3
chrome_extension.dart - v0.2.0

Published by xvrh 11 months ago

  • Regenerate the bindings based on Chrome v116
  • Update JS binding for Dart 3.2
  • Require Dart SDK >= 3.2
chrome_extension.dart - v0.1.2

Published by xvrh about 1 year ago

  • Update the readme to give some tips on how to build Chrome extensions with Flutter.
chrome_extension.dart - v0.1.1

Published by xvrh about 1 year ago

  • Update the readme
chrome_extension.dart - v0.1.0

Published by xvrh about 1 year ago

  • 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));
}
Package Rankings
Top 25.62% on Pub.dev
Badges
Extracted from project README
pub package Build Status