You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking Change: FaIconData no longer implements IconData to prevent rendering issues and to anticipate IconData being marked final (see flutter/flutter#181342).
Breaking Change: FaIcon now strictly requires FaIconData. Standard Icon widgets can no longer be used with Font Awesome icons.
Breaking Change: Test finders like find.byIcon now require accessing the underlying data: find.byIcon(FontAwesomeIcons.foo.data).