icons_launcher 1.0.1 copy "icons_launcher: ^1.0.1" to clipboard
icons_launcher: ^1.0.1 copied to clipboard

A package which simplifies the task of updating your Flutter app's icons launcher.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icons_launcher

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

dependencies:
  icons_launcher: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:icons_launcher/android.dart';
import 'package:icons_launcher/constants.dart';
import 'package:icons_launcher/custom_exceptions.dart';
import 'package:icons_launcher/ios.dart';
import 'package:icons_launcher/linux.dart';
import 'package:icons_launcher/macos.dart';
import 'package:icons_launcher/main.dart';
import 'package:icons_launcher/utils.dart';
import 'package:icons_launcher/windows.dart';
import 'package:icons_launcher/xml_templates.dart';
561
likes
0
pub points
97%
popularity

Publisher

verified publishermrrhak.com

A package which simplifies the task of updating your Flutter app's icons launcher.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, image, path, yaml

More

Packages that depend on icons_launcher