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