update carton form ,info and filter
This commit is contained in:
@@ -11,15 +11,15 @@ import 'data/provider/messaging_fcm.dart';
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await Firebase.initializeApp(
|
||||
options: DefaultFirebaseOptions.currentPlatform,
|
||||
);
|
||||
options: DefaultFirebaseOptions.currentPlatform,
|
||||
);
|
||||
|
||||
FirebaseMessaging.onBackgroundMessage(backgroundMessageHandler);
|
||||
|
||||
Config(
|
||||
flavor: Flavor.DEV,
|
||||
color: Colors.blue,
|
||||
apiURL:"http://192.168.100.150:9090",
|
||||
apiURL: "http://192.168.100.150:9090",
|
||||
// apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
|
||||
reportURL: "http://petrok.mokkon.com:7071",
|
||||
reportProjectID: "fcs-dev",
|
||||
|
||||
Reference in New Issue
Block a user