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
Back To Top
Search