feat: friendly notification

This commit is contained in:
cialloo
2024-07-24 22:21:19 +08:00
parent 81038b787d
commit 5ac19aeac6
6 changed files with 101 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
class NavigationService {
static GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>();
}