Skip to content

Commit 7e5fd59

Browse files
committed
0.0.3
Solved the issue "Failed to RegisterNatives with FlutterJNI" mentioned here : #1 (comment)
1 parent d157341 commit 7e5fd59

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 0.0.3
3+
* Solved the issue "Failed to RegisterNatives with FlutterJNI" mentioned here : https://github.com/hlefe/ar_flutter_plugin_2/issues/1#issuecomment-2676352087
4+
25
## 0.0.2
36
* Solved the issue "Could not locate SurfaceTextureWrapper.shouldUpdate method" mentioned here : https://github.com/hlefe/ar_flutter_plugin_2/issues/1
47

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Or manually add this to your `pubspec.yaml` file (and run `flutter pub get`):
3636

3737
```yaml
3838
dependencies:
39-
ar_flutter_plugin_2: ^0.0.2
39+
ar_flutter_plugin_2: ^0.0.3
4040
```
4141
4242
Or in FlutterFlow :
@@ -45,7 +45,7 @@ Or in FlutterFlow :
4545
<td>
4646
<img src="https://avatars.githubusercontent.com/u/74943865?s=48&amp;v=4" width="30" height="30" style="max-width: 100%; margin-bottom: -9px;"> </img>
4747
</td>
48-
<td> Simply add : <br> <b>ar_flutter_plugin_2: ^0.0.2 </b> <br> in pubspecs dependencies of your widget.
48+
<td> Simply add : <br> <b>ar_flutter_plugin_2: ^0.0.3 </b> <br> in pubspecs dependencies of your widget.
4949
</td>
5050
</table>
5151

docs/arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Common interaction methods include:
249249

250250
```yaml
251251
dependencies:
252-
ar_flutter_plugin_2: ^0.0.2
252+
ar_flutter_plugin_2: ^0.0.3
253253
```
254254

255255
2. **Add Camera Permissions on iOS**

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ar_flutter_plugin_2
22
description: This plugin is a fork of the original AR Flutter Plugin, created because the original plugin had not been updated since 2022.
3-
version: 0.0.2
3+
version: 0.0.3
44
repository: https://github.com/hlefe/ar_flutter_plugin_2
55

66
environment:

0 commit comments

Comments
 (0)