common_svgs 1.0.0 copy "common_svgs: ^1.0.0" to clipboard
common_svgs: ^1.0.0 copied to clipboard

Common SVGs for use in Flutter projects.

Features #

  • Google Logo
  • Apple Logo

Usage #

import 'package:common_svgs/common_svgs.dart';

Widget build(BuildContext context) => CommonSVGs.google.icon(
  width: 24,
  height: 24,
);

// you can also use CommonSVGs.google.picture
// or CommonSVGs.apple.loader
0
likes
0
pub points
18%
popularity

Publisher

verified publisherarcane.art

Common SVGs for use in Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on common_svgs