Plugin to the JSON Dynamic Widget to provide named support for Ionicons

Overview

json_dynamic_widget_plugin_ionicons

Table of Contents

Live Example

Introduction

Plugin to the JSON Dynamic Widget to provide named support for Ionicons using the ionicons library as the base.

Using the Plugin

import 'package:json_dynamic_widget/json_dynamic_widget.dart';
import 'package:json_dynamic_widget_plugin_ionicons/json_dynamic_widget_plugin_ionicons.dart';


void main() {
  // Ensure Flutter's binding is complete
  WidgetsFlutterBinding.ensureInitialized();

  // ...

  // Get an instance of the registry
  var registry = JsonWidgetRegistry.instance;

  // Bind the plugin to the registry.  This is necessary for the registry to
  // find the widget provided by the plugin
  JsonIoniconsPlugin.bind(registry);

  // ...
}

The icons can be referenced by name ising the new ionicon type such as:

{
  'type': 'ionicon',
  'args': {
    'icon': 'arrow_up'
  }
}
Comments
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_class: 2.1.2+14 --> 2.1.3
    • json_dynamic_widget: 5.1.6+1 --> 5.1.6+2

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_class: 2.1.2+13 --> 2.1.2+14
    • json_dynamic_widget: 5.1.4 --> 5.1.6+1
    • json_theme: 4.0.3+1 --> 4.0.3+2

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_dynamic_widget: 5.1.3+5 --> 5.1.4

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_dynamic_widget: 5.1.3+3 --> 5.1.3+5

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_theme: 4.0.2+3 --> 4.0.3+1
    • uuid: 3.0.6 --> 3.0.7

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_class: 2.1.2+12 --> 2.1.2+13
    • json_dynamic_widget: 5.1.3+2 --> 5.1.3+3
    • json_theme: 4.0.2+2 --> 4.0.2+3

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_class: 2.1.2+11 --> 2.1.2+12
    • json_dynamic_widget: 5.1.3+1 --> 5.1.3+2
    • json_theme: 4.0.2+1 --> 4.0.2+2

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_dynamic_widget: 5.1.2+7 --> 5.1.3+1
    • json_theme: 4.0.1+5 --> 4.0.2+1

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • ionicons_named: 1.2.0+1 --> 1.3.0
    • json_class: 2.1.2+10 --> 2.1.2+11
    • json_dynamic_widget: 5.1.2+5 --> 5.1.2+7
    • json_theme: 4.0.1+3 --> 4.0.1+5
    • logging: 1.0.2 --> 1.1.0

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • ionicons_named: 1.2.0+1 --> 1.3.0
    • json_class: 2.1.2+10 --> 2.1.2+11
    • json_dynamic_widget: 5.1.2+5 --> 5.1.2+6
    • json_theme: 4.0.1+3 --> 4.0.1+4
    • logging: 1.0.2 --> 1.1.0

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • json_dynamic_widget: 5.1.2+4 --> 5.1.2+5

    Analysis Successful

    opened by jpeiffer 0
Owner
null
Main focus is to show dynamic operation not supported in Stateless Widget of Flutter

A new Flutter project. It will count the number of donut(Though increment doesnot take place Stateless Widget). Main focus is to show dynamic operation not supported in Stateless Widget of Flutter.

Avinandan Bose 2 Sep 9, 2022
Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more.

flutter_donation_buttons Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more. Getting S

null 6 Dec 10, 2022
A flutter carousel widget, support infinite scroll, and custom child widget.

carousel_slider A carousel slider widget. Features Infinite scroll Custom child widgets Auto play Supported platforms Flutter Android Flutter iOS Flut

Bart T 1 Nov 25, 2021
SmartSelect allows you to easily convert your usual form select or dropdown into dynamic page

SmartSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.

Irfan Vigma Taufik 332 Dec 20, 2022
A Flutter Text widget support word break for CJK

word_break_text Text widget with word break support for CJK sentence. Installation Add flutter_map to your pubspec: dependencies: word_break_text:

ChangJoo Park(박창주) 5 Nov 11, 2022
A Flutter Country Picker Widget with support to country dialing codes

flutter_country_picker A Flutter Country Picker Widget with support to country dialing codes Usage Add the CountryPicker widget in your layout and use

Alessandro Biessek 49 Apr 6, 2022
PowerFileView - A powerful file view widget, support a variety of file types, such as Doc Eexcl PPT TXT PDF and so on, Android is implemented by Tencent X5, iOS is implemented by WKWebView.

PowerFileView - A powerful file view widget, support a variety of file types, such as Doc Eexcl PPT TXT PDF and so on, Android is implemented by Tencent X5, iOS is implemented by WKWebView.

Yao 8 Oct 22, 2022
An assets picker in WeChat style, support multi assets picking.

An assets picker in WeChat style, support multi assets picking.

FlutterCandies 1.1k Jan 8, 2023
Provider support for overlay, make it easy to build toast and In-App notification.

overlay_support Provider support for overlay, make it easy to build toast and In-App notification. this library support ALL platform Interaction If yo

Bin 340 Jan 1, 2023
Similar to Weibo dynamics, WeChat circle of friends, nine grid view controls to display pictures. Support single big picture preview.

Similar to Weibo dynamics, WeChat circle of friends, nine grid view controls to display pictures. Support single big picture preview.

Flutter中国开源项目 296 Dec 28, 2022
Flutter progress dialog. Support both Android and iOS platform.

Flutter Progress Dialog [pub packages] | Flutter progress dialog. Support both Android and iOS platform

Dylan Wu 22 Oct 9, 2022
A flutter plugin which provides Crop Widget for cropping images.

A flutter plugin which provides Crop Widget for cropping images.

Chooyan 97 Jan 5, 2023
A Flutter plugin that provides a WebView widget

WebView for Flutter A Flutter plugin that provides a WebView widget. On iOS the WebView widget is backed by a WKWebView; On Android the WebView widget

Fitem 2 Jul 29, 2022
Flutter reaction button plugin it is fully customizable widget such as Facebook reaction button

Flutter Reaction Button Flutter button reaction it is fully customizable widget such as Facebook reaction button. Preview Demo Usage Include 'flutter_

Abdelouahed Medjoudja 174 Dec 19, 2022
A simple Flutter widget to add in the widget tree when you want to show nothing, with minimal impact on performance.

nil A simple widget to add in the widget tree when you want to show nothing, with minimal impact on performance. Why? Sometimes, according to a condit

Romain Rastel 127 Dec 22, 2022
A Flutter Widget to make interactive timeline widget.

Bubble Timeline Package A Flutter Widget to make interactive timeline widget. This widget can be used to make Event Timelines, or Timelines for certai

Vansh Goel 12 Sep 22, 2022
Widget, that can make any static located widget hidable

Installing See the official installing guidline from hidable/install Usage & Overview To start using Hidable widget, we have to create a ScrollControl

Anon 18 Dec 16, 2022
📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget.

?? Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.

Blue Fire 1.7k Jan 7, 2023
A widget that allow user resize the widget with drag

Flutter-Resizable-Widget A widget that allow user resize the widget with drag Note: this widget uses Getx Example bandicam.2021-11-11.12-34-41-056.mp4

MohammadAminZamani.afshar 22 Dec 13, 2022