We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, ), );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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, ), );
The text was updated successfully, but these errors were encountered: