launcher_helper 0.1.0+1
launcher_helper: ^0.1.0+1 copied to clipboard
This plugin makes it easy for you to create launcher apps for Android with Flutter. Not supported on iOS.
launcher_helper #
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. - Import package as:
import 'package:launcher_helper/launcher_helper.dart';
Note #
This package is based on launcher_assist
by Ashraff Hathibelagal