About 5,880,000 results
Open links in new tab
  1. flutter - How to make an IconPicker, a Widget to list icons for …

    Jul 14, 2019 · I'd like to use an IconPicker where the user can search for an Icon and select it. If I search for "arrow" it would give me: arrow_upward, arrow_back, arrow_back_ios and so on. …

  2. Flutter: How to Create a Custom Icon Picker from Scratch

    May 18, 2022 · The example below shows you how to create a custom icon picker from scratch in Flutter. There is no need to install any third-party packages so our icon picker will be neat and …

  3. flutter_iconpicker | Flutter package - Pub

    Sep 26, 2024 · This package provides an IconPicker with supported (or custom provided) Icons which can be picked through an AlertDialog. All Icons are mapped with its names in the …

  4. How do I make an icon clickable and redirect it to a URL in flutter

    Nov 21, 2022 · using the url_launcher package, so let's say you have your icons like this: IconButton( onPressed: () async { await goToWebPage("https://flutter.dev"); }, icon: …

  5. selectable_icon | Flutter package - Pub

    May 15, 2023 · A flutter package that will allow you to create a selectable icon with multiple customizations.

  6. flutter - How can I allow a user to choose an Icon for something

    Apr 14, 2019 · Is it possible to load all the icons from the Icon class and allow the user to pick one of them to be used? For example i want the user to input a text in a textfield and then pick an …

  7. Simplest way to create icons dynamically in flutter. - Medium

    Jul 24, 2020 · One of the simplest way is to use “Icons” widget and draw the icon on our app. Here is a code snippet of how you can do it conventionally :- child: Row( mainAxisAlignment:...

  8. Dynamic App Icons in Flutter: Ultimate Guide - Medium

    Sep 9, 2023 · The best way to introduce dynamic app icons in Flutter is by using the library called flutter_dynamic_icon. It only works with iOS/iPadOS > 10.3. What about Android? Unlike …

  9. Selectable GridView in Flutter - Eric Grandt

    Feb 10, 2019 · We can use the GridView to allow us to create a list of selectable items that we can then use wherever we need it. It’s super simple to do and works flawlessly. For this, we’re …

  10. selectable_icon example | Flutter package - Pub

    May 15, 2023 · A flutter package that will allow you to create a selectable icon with multiple customizations.

  11. Some results have been removed
Refresh