WosLovesLife

Results 4 comments of WosLovesLife

I used the above's code, but still have a error ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugManifest'. > Manifest merger failed...

另: 因为直接修改cacheExtent比较麻烦, 所以我现在用的解决办法是 设置Swiper的`viewportFraction: 0.99999`

I have not thought about this situation. so you cannot implement it directly. But there is an idea that may be useful: Modify the `front` and `back` widgets dynamically through...

Sure. you should add a `AnimationStatusListener` into the `AnimationController` in `initState` function. inside the callback, you can invoke the `setState` function to change the view. here is an example: ```...