You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
242 B
7 lines
242 B
1 year ago
|
import 'package:flutter/material.dart';
|
||
|
import 'package:flutter/cupertino.dart';
|
||
|
|
||
|
String baseUrl = 'http://192.168.0.20:8000/api/v1';
|
||
|
// String baseUrl = 'http://10.0.0.2:8000/api/v1';
|
||
|
// String baseUrl = 'https://gps.sap-samara.com/api/v1';
|