Common SVGs for use in Flutter projects.
More...
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 );
arcane.art
Repository (GitHub)View/report issues
API reference
GPL-3.0 (license)
flutter
Packages that depend on common_svgs
Back