agent-flutter 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -713,6 +713,8 @@ class AppAssets {
|
|
|
713
713
|
'assets/images/icons/radio_check.svg';
|
|
714
714
|
static const String iconsRadioUncheckSvg =
|
|
715
715
|
'assets/images/icons/radio_uncheck.svg';
|
|
716
|
+
static const String iconsHideEyeSvg = 'assets/images/icons/hide_eye.svg';
|
|
717
|
+
static const String iconsShowEyeSvg = 'assets/images/icons/show_eye.svg';
|
|
716
718
|
}
|
|
717
719
|
EOF
|
|
718
720
|
|