出ているエラー
info: The library 'package:flutter_svg/svg.dart' is legacy, and should not be imported into a null safe library. (import_of_legacy_library_into_null_safe at [plantapp] lib/screens/home/home_screen.dart:2)
**何をしたらエラーが出たのか
icon: SvgPicture.asset("assets/icons/menu.svg"), ```** これを書いてassetsのアイコンを表示させようとすると error: Undefined name 'SvgPicture'. (undefined_identifier at [plantapp] lib/screens/home/home_screen.dart:11) となるので import 'package:flutter_svg/svg.dart'; をかくと質問冒頭のようなエラーが出ました。この書き方については [YouTubeの動画](https://youtu.be/LN668OAUrK4)での書き方です。(2分22秒のところより) よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー