flutter_iconpicker_plus 3.2.3 copy "flutter_iconpicker_plus: ^3.2.3" to clipboard
flutter_iconpicker_plus: ^3.2.3 copied to clipboard

A Dialog for picking Icons in Flutter and use them anywhere. Can be used as a default Dialog or as a Adaptive Dialog. This is a hotfix that removes the WhatsApp icon and also makes it not clash with t [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:fluttericonpickerexample/app/icon_notifier.dart';

import 'app/app.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  final notifier = await IconNotifier.init();

  runApp(FlutterIconPickerExample(
    notifier: notifier,
  ));
}
2
likes
110
pub points
81%
popularity

Publisher

verified publisherlewiscianci.com.au

A Dialog for picking Icons in Flutter and use them anywhere. Can be used as a default Dialog or as a Adaptive Dialog. This is a hotfix that removes the WhatsApp icon and also makes it not clash with the SearchBar class in newer Flutter versions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, font_awesome_flutter, provider

More

Packages that depend on flutter_iconpicker_plus