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