We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be97988 commit 38e430aCopy full SHA for 38e430a
example/reinforcement_learning/lib/main.dart
@@ -28,7 +28,7 @@ class PlaneStrike extends StatefulWidget {
28
29
// This widget is the root of your application.
30
@override
31
- _PlaneStrikeState createState() => _PlaneStrikeState();
+ State<PlaneStrike> createState() => _PlaneStrikeState();
32
}
33
34
class _PlaneStrikeState extends State<PlaneStrike> {
0 commit comments