launcher_helper 0.2.0+1 copy "launcher_helper: ^0.2.0+1" to clipboard
launcher_helper: ^0.2.0+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 assists when creating a launcher. Some of it features includes: Getting list of installed applications, launching them and getting phone's wallpaper, etc.

Only Android is supported.

Usage #

  • Add launcher_helper as a dependency in pubspec.yaml.
  • Import package as: import 'package:launcher_helper/launcher_helper.dart';
  • Use LauncherHelper class to use package methods
  • Check Example's README.md for more information.

Note #

  • From 0.2.0, launcher_helper is no longer dependant upon palette_generator. But, if you are using launcher_helper 0.1.1 then you have to include palette_generator in your project
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

collection, flutter, path

More

Packages that depend on launcher_helper