Unverified Commit c37f255e authored by Daco Harkes's avatar Daco Harkes Committed by GitHub

[tools] Fix plugin_ffi template lint violation (#115356)

Closes: https://github.com/flutter/flutter/issues/115347
parent 1f28f99a
......@@ -208,7 +208,7 @@ class MyApp extends StatefulWidget {
const MyApp({super.key});
@override
_MyAppState createState() => _MyAppState();
State<MyApp> createState() => _MyAppState();
}
class _MyAppState extends State<MyApp> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment