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

Common SVGs for use in Flutter projects.

Features #

  • Google Logo
  • Apple Logo

Usage #

import 'package:flutter_svg/flutter_svg.dart';
import 'package:common_svgs/common_svgs.dart';

Widget build(BuildContext context) => SvgPicture.string(svgGoogle,
    width: 32, 
    height: 32
);
  • svgGoogle
  • svgApple
  • svgArcaneArts
0
likes
130
pub points
40%
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

More

Packages that depend on common_svgs