Questions tagged [build-runner]
96 questions
0
votes
2 answers
Issues with build_runner after adding Hive Field
I have added addtional Hive Fields to a Hive type before as needed. I have then deleted .g.dart file and regenerated it with no problems.
This time after added a new Hive Field I have this error and I am not able to understand why
[INFO] Generating…

rjh500
- 45
- 9
0
votes
1 answer
Flutter freezed data conflict with model data
I'm new to Flutter and following various guides to learn and, actually, after trying doing something simple by myself I found a weird issue and I don't know how to get rid of it...
These are my dependencies:
dependencies:
flutter:
sdk:…

Ayeye Brazo
- 3,316
- 7
- 34
- 67
0
votes
1 answer
How to run Build runner on Windows 10 from Android Studio
I'm following through Google's code labs for Flutter Googlemaps,
https://codelabs.developers.google.com/codelabs/google-maps-in-flutter/#5
G Labs says
Once you've added this code, your IDE (if you are using one) should
display some red…

Sam
- 1,659
- 4
- 23
- 42
-1
votes
1 answer
Use of code generation in flutter for production code among a team?
Is it possible to specify a single file to flutter package pub run build runner?

Loïc Fonkam
- 2,284
- 11
- 25
-1
votes
1 answer
How do I solve "Flutter build_runner FileException errorno = 3" error?
Can you please help me fix the issue related to build_runner.
On running command "flutter packages pub run build_runner watch --delete-conflicting-outputs", I get FileException errorno = 3 error.
I suspect this is a windows issue. Because the path…

Prashant
- 11
- 4