-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API变化有点大... #2
Comments
实在不好意思,你可以选择不升级,最近改动是减少其它库的依赖,目的是为了在桌面端多窗口中使用 |
最新1.2.3版本onPageChanged不返回Widget了,改成TipWidget了,在旧版本中我在onPageChanged方法中返回 含有当前页码(onPageChanged方法参数返回)的Widget,但最新版本好像做不到了,在onPageChanged方法返回下标时需要动态刷新TipWidget,这好像有点麻烦... |
最新代码已经提交,晚点发布新版本,请看这里。 image_preview/example/lib/main.dart Line 101 in 600a7ae
|
API变化有点大,升级最新版本后,代码一路爆红...
The text was updated successfully, but these errors were encountered: