Skip to content

Commit 492c5f5

Browse files
committed
v1.2.1--Reduce sample size
1 parent 57a1b2c commit 492c5f5

File tree

11 files changed

+26
-2
lines changed

11 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.2.1
2+
3+
### Features
4+
* Mobile and Web stable version (support glb & gltf format)
5+
* Play animation
6+
* Switch between animations
7+
* Pause animation
8+
* Reset animation
9+
* Get available animation list
10+
* Switch between textures
11+
* Get available texture list
12+
* Set camera target
13+
* Reset camera target
14+
* Set camera orbit
15+
* Reset camera orbit
16+
17+
### Fixes
18+
* Some improvements
19+
* Fix readme file
20+
* Reduce Sample size
21+
22+
123
## v1.2.0
224

325
### Features

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ A Flutter package for rendering interactive 3D models in different formats(glb,
1717
- Set camera orbit
1818
- Reset camera orbit
1919

20+
<!--
2021
## Todo (Next Versions)
2122
2223
- Change model source with setState
2324
- Load models from local storage
2425
- Load models from web
2526
- Support obj and fbx format
27+
-->
2628

2729
## Samples
2830

@@ -97,7 +99,7 @@ Flutter3DViewer(
9799

98100
```yaml
99101
dependencies:
100-
flutter_3d_controller: ^1.2.0
102+
flutter_3d_controller: ^1.2.1
101103
```
102104
103105
### `AndroidManifest.xml` (Android 9+ only)

example/samples/model1.gif

-1.73 MB
Loading

example/samples/model1.png

-14.3 KB
Loading

example/samples/model2.gif

-918 KB
Loading

example/samples/model2.png

-13.5 KB
Loading

example/samples/model3.gif

-1.73 MB
Loading

example/samples/model3.png

-19.5 KB
Loading

example/samples/model4.gif

-584 KB
Loading

example/samples/model4.png

-12.5 KB
Loading

0 commit comments

Comments
 (0)