Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size Still Capped for Certain Icons #10

Open
yellow-Flickr opened this issue Nov 18, 2024 · 0 comments
Open

Size Still Capped for Certain Icons #10

yellow-Flickr opened this issue Nov 18, 2024 · 0 comments

Comments

@yellow-Flickr
Copy link

Certain icons still have sizes that seems to be capped. This is particularly noticeable with outlined icons [download, checkmarkOk, angel, bell, add]

It would be great to have guidance on the maximum size limits for icons or if there are plans to support larger sizes without compromising quality.

await showDialog( context: context, barrierDismissible: false, barrierColor: Colors.white.withOpacity(.5), builder: (context) { return Dialog( backgroundColor: Colors.transparent, elevation: 0, child: AnimateIcon( key: UniqueKey(), onTap: () {}, iconType: IconType.continueAnimation, height: 50.w, width: 100, color: Colors.green, animateIcon: AnimateIcons.add, ), );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant