common_svgs 1.0.1 copy "common_svgs: ^1.0.1" to clipboard
common_svgs: ^1.0.1 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
120
pub points
38%
popularity

Publisher

verified publisherarcane.art

Common SVGs for use in Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on common_svgs