mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 08:27:36 +08:00
chore: Fix some of the remaining lint problems (#1706)
Fix warnings raised by the avoid_void_async lint rule; Remove rule use_enums, which is not available in Dart 2.16
This commit is contained in:
@ -17,7 +17,7 @@ import 'package:examples/stories/utils/utils.dart';
|
||||
import 'package:examples/stories/widgets/widgets.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
void main() async {
|
||||
void main() {
|
||||
final dashbook = Dashbook(
|
||||
title: 'Flame Examples',
|
||||
theme: ThemeData.dark(),
|
||||
|
||||
Reference in New Issue
Block a user