super_home_widget 1.0.0 copy "super_home_widget: ^1.0.0" to clipboard
super_home_widget: ^1.0.0 copied to clipboard

PlatformiOS

A customizable iOS home screen widget package for Flutter using Apple's WidgetKit framework. Supports multiple design styles including default and liquid glass themes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_home_widget

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

dependencies:
  super_home_widget: ^1.0.0

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:super_home_widget/super_home_widget.dart';
3
likes
150
points
52
downloads

Publisher

verified publishernurhayatyurtaslan.com

Weekly Downloads

A customizable iOS home screen widget package for Flutter using Apple's WidgetKit framework. Supports multiple design styles including default and liquid glass themes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, path_provider, shared_preferences

More

Packages that depend on super_home_widget

Packages that implement super_home_widget