svg_flag 1.3.0 copy "svg_flag: ^1.3.0" to clipboard
svg_flag: ^1.3.0 copied to clipboard

outdated

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.

Previes #

https://user-images.githubusercontent.com/45191605/195325632-f9d4b023-ff23-4868-8a88-d5884d81e7a9.mp4

Install #

Add this line to your pubspec.yaml.

dependencies:
  svg_flag: ^1.3.0

Usage #

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"));

Example #

14
likes
0
points
1.79k
downloads

Publisher

verified publisherinidia.app

Weekly Downloads

An error-free flutter package contains SVG Flags of Countries around the world.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on svg_flag