From ff66cf5c4b2924466d6a10680648f66e92fc7037 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sat, 1 Jun 2019 23:24:23 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87c891b..cdaf706 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ cd path-for-flutter-git-repo git apply --3way path-for-aspectd-package/0001-aspectd.patch rm bin/cache/flutter_tools.stamp ``` -Notice that, if any problem occurs when applying the patch, you need to resovle the conflict first. It would be simple as AspectD only adds two hooks when building dill. If you want to customize the aop package, edit aopPackageRelPath(aop package relative path to the example's pubspec.yaml) and aopPackageName(aop package folder name and main entry file name) defined in path-for-flutter-git-repo/flutter/packages/flutter_tools/lib/src/aspectd.dart. +Notice that, if any problem occurs when applying the patch, you need to resolve the conflict first. It would be simple as AspectD only adds two hooks when building dill. If you want to customize the aop package, edit aopPackageRelPath(aop package relative path to the example's pubspec.yaml) and aopPackageName(aop package folder name and main entry file name) defined in path-for-flutter-git-repo/flutter/packages/flutter_tools/lib/src/aspectd.dart. ```dart const String aopPackageRelPath = '.'; const String aopPackageName = 'aop';