launcher_helper 0.1.1 copy "launcher_helper: ^0.1.1" to clipboard
launcher_helper: ^0.1.1 copied to clipboard

outdated

This plugin makes it easy for you to create launcher apps for Android with Flutter. Not supported on iOS.

launcher_helper #

pub package

This package helps to reduce work when creating a launcher. In the current build, it can get list of installed applications, launching them and getting phone's wallpaper. Only Android is supported.

Usage #

  • Add launcher_helper as a dependency in pubspec.yaml.
  • To be usable, launcher_helper 1.1 is dependant upon palette_generator in your project. Add palette_generator: 0.2.0 as a dependency in your pubspec.yaml.
  • Import package as: import 'package:launcher_helper/launcher_helper.dart';
  • Use LauncherHelper class to use package methods
7
likes
0
pub points
0%
popularity

Publisher

verified publishermagnificsoftware.com

This plugin makes it easy for you to create launcher apps for Android with Flutter. Not supported on iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, palette_generator

More

Packages that depend on launcher_helper