mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-26 11:32:26 +08:00
Set the min SDK to Dart 3.3, bump and fix lints, switch cleanup
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:wonders/common_libs.dart';
|
||||
|
||||
class DashedLine extends StatelessWidget {
|
||||
const DashedLine({Key? key, this.vertical = false}) : super(key: key);
|
||||
const DashedLine({super.key, this.vertical = false});
|
||||
final bool vertical;
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user