common_svgs 1.0.2
SDKflutter
Platformandroidioswindowslinuxmacosweb
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