Commit code. Update time: 2023-06-25
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class Global {
|
||||
static const baseUrl = 'https://api.dcgvc.com/';
|
||||
|
||||
static GlobalKey<NavigatorState> navigatorState = GlobalKey<NavigatorState>();
|
||||
}
|
||||
Reference in New Issue
Block a user