fipy/lib/globals.dart

8 lines
253 B
Dart

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
late String token;
TextStyle globalTextStyle = TextStyle(color: Colors.grey[350]);
const proxyHeader =
kDebugMode || !kIsWeb ? 'https://' : 'http://127.0.0.1:8080/';