svg_flag 1.2.0
svg_flag: ^1.2.0 copied to clipboard
An error-free flutter package contains SVG Flags of Countries around the world.
Svg Flag #
An error-free flutter package contains SVG Flags of Countries around the world.
Install #
Add this line to your pubspec.yaml.
dependencies:
svg_flag: ^1.2.0
Usage #
First, import the package.
import 'package:svg_flag/svg_flag.dart';
Set flag from available static [FlagData]
SvgFlag(FlagData.id);
Set flag by parsing code from [String]
SvgFlag(FlagData.parse(code: "ID"));