skip to Main Content

Flutter BLoC structure

I have a nested data structure like this: User |-List<WorkoutPlan> |-List<Workout> |-List<Exercise> Each list is saved on a different json file: -user.json with the list workout plans’ ids -workoutPlans.json: Each workout plan has a list of workouts’ id -workouts.json For…

VIEW QUESTION

Dart isn't installed – Flutter

enter image description here I clicked on "install Dart" from Android Studio as shown above. then I ran these commands choco install dart-sdk, choco upgrade dart-sdk and these are the output C:WINDOWSsystem32>choco install dart-sdk Chocolatey v0.10.15 Installing the following packages:…

VIEW QUESTION
Back To Top
Search