You need to add flutter_svg to your pubspec.yaml file:
dependencies:
flutter_svg: ^2.2.0 # Use the latest version from https://pub.dev/packages/flutter_svg
Then run: flutter pub get
And finally import SvgPicture in your Dart file:
import 'package:flutter_svg/flutter_svg.dart';