visa_nova_icons_flutter 4.0.0 copy "visa_nova_icons_flutter: ^4.0.0" to clipboard
visa_nova_icons_flutter: ^4.0.0 copied to clipboard

VPDS Nova Flutter icon library

VPDS Nova - Flutter Icon Library #

This repository contains VPDS Flutter icon library in string format.

Features #

The Flutter icon library imports icons from https://productdesignsystem.visa.com/icons as multi-colored icons.

Link to guidelines page: https://www.figma.com/file/nheFDgsLWgVSKTMq1Vbldg/Nova%3A-Guidelines?node-id=1696-175110&t=BHXiXMRsXG8MgX6i-4

Nova Icon spec: https://www.figma.com/file/4UyCOdbQ3C5Y3EP8iHeCJb/Nova%3A-Icons

Getting started #

To understand why we are using strings in our library, check out this Wiki page: https://visawiki.trusted.visa.com/display/VIS670A/Flutter+SVG+tree+shaking+and+.SVG+vs+string+discussion

Usage #

To import the package to your project, in pubspec.yaml under dependencies do like this:

dependencies:
  visa_nova_icons_flutter:
    version: ^4.0.0
      hosted:
        name: visa_nova_icons_flutter
        url: https://artifactory.trusted.visa.com/api/pub/visa-commons-flutter

To use the icon in your project, here are examples:

VIcon(
  svgIcon: VIcons.successTiny,
  iconColor: VColors.positiveGraphics,
),
VIcon(
  svgIcon: VIconsGeneric.accountTiny,
),

Additional information #

If you want to learn about VPDS, please visit our site: https://productdesignsystem.visa.com/

If there are any issues related to this package, please bring them to VPDS office hours.

If you have any related questions, please contact Jiahua Ma at jiahma@visa.com

2
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

VPDS Nova Flutter icon library

Homepage

License

unknown (license)

Dependencies

flutter, xml

More

Packages that depend on visa_nova_icons_flutter