mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Fixes for flutter typeahead 5.1.0
Also, add some models for the API response from the search
This commit is contained in:
@@ -15,7 +15,7 @@ import '../test_data/workouts.dart';
|
||||
|
||||
Widget createGymModeScreen({locale = 'en'}) {
|
||||
final key = GlobalKey<NavigatorState>();
|
||||
final bases = getTestExerciseBases();
|
||||
final bases = getTestExercises();
|
||||
final workout = getWorkout(exercises: getScreenshotExercises());
|
||||
|
||||
final mockExerciseProvider = MockExercisesProvider();
|
||||
|
||||
Reference in New Issue
Block a user