mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
Project lint checked and step added to config.yml
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import 'package:dio/dio.dart';
|
||||
import 'package:easy_cc_flutter/MainViewModel.dart';
|
||||
import 'package:easy_cc_flutter/data/network/backupCurrencyApi.dart';
|
||||
import 'package:easy_cc_flutter/data/network/currencyApi.dart';
|
||||
import 'package:easy_cc_flutter/data/repository/RepositoryImpl.dart';
|
||||
import 'package:easy_cc_flutter/main_view_model.dart';
|
||||
import 'package:easy_cc_flutter/data/network/backup_currency_api.dart';
|
||||
import 'package:easy_cc_flutter/data/network/currency_api.dart';
|
||||
import 'package:easy_cc_flutter/data/repository/repository_impl.dart';
|
||||
import 'package:get_it/get_it.dart';
|
||||
|
||||
import 'data/prefs/PreferenceProvider.dart';
|
||||
import 'data/prefs/preference_provider.dart';
|
||||
|
||||
GetIt locator = GetIt.instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user