Skip to content

Commit

Permalink
chore: ignore example unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Apr 26, 2024
1 parent 408c60f commit 06d1e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app_widget/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class _MyAppState extends State<MyApp> {
late final TextEditingController _layoutNamecontroller;
int? _widgetId;
int? _layoutId;
// ignore: unused_field
String? _layoutName;

@override
Expand Down

0 comments on commit 06d1e14

Please sign in to comment.