refactor: change package name.

This commit is contained in:
Aunali321
2022-09-12 18:23:34 +05:30
parent fe13234faa
commit 1c75c81b90
15 changed files with 32 additions and 30 deletions

View File

@ -14,7 +14,8 @@ import 'package:share_extend/share_extend.dart';
@lazySingleton
class PatcherAPI {
static const patcherChannel = MethodChannel('app.revanced.manager/patcher');
static const patcherChannel =
MethodChannel('app.revanced.manager.flutter/patcher');
final ManagerAPI _managerAPI = locator<ManagerAPI>();
final RootAPI _rootAPI = RootAPI();
late Directory _tmpDir;