refactor: Move app_config to /configs
This commit is contained in:
parent
aa3a671668
commit
9d0a24bef6
24 changed files with 24 additions and 24 deletions
|
|
@ -7,7 +7,7 @@ import 'package:package_info/package_info.dart';
|
|||
import 'package:url_launcher/url_launcher.dart';
|
||||
import 'package:flutter_gen/gen_l10n/l10n.dart';
|
||||
|
||||
import '../app_config.dart';
|
||||
import '../config/app_config.dart';
|
||||
|
||||
abstract class PlatformInfos {
|
||||
static bool get isWeb => kIsWeb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue