flutter_android_widgets 0.0.2 copy "flutter_android_widgets: ^0.0.2" to clipboard
flutter_android_widgets: ^0.0.2 copied to clipboard

Define Android home screen widgets entirely in Dart. No XML, no Kotlin, no manual manifest editing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_android_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_android_widgets: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_android_widgets/flutter_android_widgets.dart';
1
likes
140
points
73
downloads

Publisher

verified publisheranexon.tech

Weekly Downloads

Define Android home screen widgets entirely in Dart. No XML, no Kotlin, no manual manifest editing.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

build, flutter, shared_preferences

More

Packages that depend on flutter_android_widgets