alexeyinkin commented on code in PR #24957:
URL: https://github.com/apache/beam/pull/24957#discussion_r1131983400


##########
learning/tour-of-beam/frontend/lib/pages/tour/controllers/unit.dart:
##########
@@ -18,28 +18,40 @@
 
 import 'package:flutter/widgets.dart';
 import 'package:get_it/get_it.dart';
+import 'package:playground_components/playground_components.dart';
 
 import '../../../cache/unit_progress.dart';
+import '../../../models/event_context.dart';
+import '../../../models/unit.dart';
 import '../../../repositories/client/client.dart';
+import '../../../services/analytics/events/unit_completed.dart';
 
 class UnitController extends ChangeNotifier {
-  final String unitId;
-  final String sdkId;
+  final UnitModel unit;

Review Comment:
   Added a comment to the two classes instead.
   Regarding the library prefixes I answered above.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to