launcher_helper
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 uponpalette_generator
. But, if you are using launcher_helper 0.1.1 then you have to includepalette_generator
in your project
Libraries
- launcher_helper
- This library provides class LauncherHelper for various operations like getting list of installed applications, launching applications using package name, getting phone's wallpaper, etc. Only Android is supported. You can also use PaletteGenerator without LauncherHelper to extract prominent colors from an image for use as user interface colors.