- -If you're a VScode user link the new Flutter SDK path in your settings -`$projectRoot/.vscode/settings.json` (create if it doesn't exist yet) - -```json -{ - "dart.flutterSdkPath": ".fvm/flutter_sdk" -} +``` bash +/lib + /favorite_restaurants_list #favorite restaurants features + /restaurant_detail # Detail for restaurant + /restaurant_list # Restaurant list +/packages + /restaurant_gql_client # API client to handle Yelp requests + /restaurant_models # Models for restaurant + /restaurant_repository # Repository layer abstracting API logic + /restaurant_ui # Reusable UI components ``` +### Demo -
-- -Go to `Preferences > Languages & Frameworks > Flutter` and set the Flutter SDK path to `$projectRoot/.fvm/flutter_sdk` - - - -
-