質問編集履歴

1

誤字脱字修正

2022/11/13 04:22

投稿

bbiiq
bbiiq

スコア51

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提
2
2
 
3
- Riverpodの勉強をしていたのですが、ProviderScopeを実装(定義?)したところ以下のエラーが発生しました。
3
+ Riverpodの勉強をしていたのですが、ProviderScopeを実装(定義?)したところエラーが発生しました。(エラーメッセージ欄に記載)
4
4
 
5
5
  flutter pub add riverpod
6
6
  を実行後、pubspec.yamlの
@@ -16,7 +16,7 @@
16
16
  https://pub.dev/packages/riverpod
17
17
  https://www.flutter-study.dev/firebase-app/riverpod
18
18
  https://zenn.dev/kiiimii/articles/e588de0513c22d(もともとはflutter_screenutilを使いたかったので先のサイトも参考にしました)
19
- ### 発生している問題・エラーメッセージ
19
+ ### エラーメッセージ
20
20
 
21
21
  ```
22
22
  Try importing the library that defines 'ProviderScope', correcting the name to the name of an existing function, or defining a function named 'ProviderScope'.