chore(repo): updated minimum supported SDK version to Flutter 3.10/Dart 3.0

Signed-off-by: xsahil03x <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2023-08-17 13:13:13 +05:30
parent f7e676b1af
commit 875ff934b6
11 changed files with 46 additions and 46 deletions
@@ -2,7 +2,7 @@ import 'dart:async';
import 'package:uuid/uuid.dart';
///
class TimerHelper {
mixin class TimerHelper {
final _uuid = const Uuid();
late final _timers = <String, Timer>{};