svg_icon_widget 0.0.1+1 copy "svg_icon_widget: ^0.0.1+1" to clipboard
svg_icon_widget: ^0.0.1+1 copied to clipboard

A Flutter package that provides a simple way to use SVG icons in your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svg_icon_widget
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  svg_icon_widget: ^0.0.1+1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:svg_icon_widget/svg_icon_widget.dart';
copied to clipboard
4
likes
160
points
377
downloads
screenshot

Publisher

verified publisherxdsahil.dev

Weekly Downloads

2024.09.23 - 2025.04.07

A Flutter package that provides a simple way to use SVG icons in your Flutter app.

Repository (GitHub)
View/report issues

Topics

#svg #icon #svg-icon #flutter-svg #flutter-icon

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on svg_icon_widget