Skip to content

Commit

Permalink
#131: Remove network country flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ioannou committed Dec 2, 2023
1 parent fa18456 commit a658272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/country_list_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class _CountryListViewState extends State<CountryListView> {
return SizedBox(
// the conditional 50 prevents irregularities caused by the flags in RTL mode
width: isRtl ? 50 : null,
child: kIsWeb || Platform.isWindows ? _flagImage(country) : _emojiText(country),
child: _emojiText(country),
);
}

Expand Down

0 comments on commit a658272

Please sign in to comment.