bartonhammond / voiceClient

Dart, Flutter, Firestore
MIT License
0 stars 0 forks source link

Family Voice Client

When testing locally web, be sure to source setupChromeCorsOverride.sh so that Chrome startups w/o supporting CORS

For testing locally (use target: Chrome SKIA)

final configuredApp = AppConfig(
    flavorName: 'Dev',
    apiBaseUrl:
        'http://192.168.1.13', //https://myfamilyvoice.com', //http://192.168.1.13', //'http://dev-myfamilyvoice.com',
    getHttpLink: getHttpLink,
    isSecured: true,
    isWeb: true,
    withCors: false,
    child: MyApp(),
  );