Skip to content

Commit

Permalink
fix: issues with env.dart.example
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchedmob committed Oct 8, 2024
1 parent 66cb4a8 commit 9552187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/env.dart.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ class Env {
static const enableAnalytics = false;
static const plausibleServerUrl = 'https://plausible.sgf.dev';
static const plausibleDomain = 'mobile.methodconf.com';
static const umbracoBaseUrl = 'https://cms.methodconf.com';
}
2 changes: 1 addition & 1 deletion lib/providers/sponsor_provider_v2.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'dart:convert';

import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:method_conf_app/data/umbraco/get_child_nodes_of_type.dart';
import 'package:method_conf_app/data/umbraco/models/sponsor_tier.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:method_conf_app/data/umbraco/models/sponsors.dart';
import 'package:method_conf_app/providers/conference_provider.dart';

Expand Down

0 comments on commit 9552187

Please sign in to comment.