Skip to content

Commit 605b676

Browse files
committed
feat: update readme
1 parent ef97e94 commit 605b676

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ typedef int(^BarBlock)(NSObject *a);
5959
@end
6060
```
6161
62+
More ios example see: [ios_unit_test.dart](/dart_native/example/lib/ios/unit_test.dart)
63+
6264
##### Android:
6365
6466
Dart code:
@@ -90,7 +92,7 @@ public class RuntimeStub {
9092
}
9193
}
9294
```
93-
More Android example see: [unit_test.dart](/dart_native/example/lib/android/unit_test.dart)
95+
More android example see: [android_unit_test.dart](/dart_native/example/lib/android/unit_test.dart)
9496
## 📚 Document
9597

9698
### Readme

0 commit comments

Comments
 (0)