zhihu-flutter icon indicating copy to clipboard operation
zhihu-flutter copied to clipboard

Flutter 高仿知乎 UI,非常漂亮,也非常流畅。

Results 10 zhihu-flutter issues
Sort by recently updated
recently updated
newest added

web调试,Chrome打开,通过滚轮滑动页面后,会导致点击屏幕出现蓝色透明层

解决了:Execution failed for task ':app:processDebugResources'.问题 [启动失败](https://github.com/xujiyou/zhihu-flutter/issues/11) 后遇到的新问题 主要: faild:app:transformClassesWithDesugarForDebug 更多: Running Gradle task 'assembleDebug'... 注: 某些输入文件使用或覆盖了已过时的 API。 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 Exception in thread "main" java.lang.TypeNotPresentException: Type com.google.android.play.core.tasks.OnSuccessListener not...

首先感谢开源了这么好的内容, 我已经下载了项目并且在项目执行``flutter run `` 希望看一下启动后的效果,但是很遗憾,启动失败了,日志如下: ``` :\Users\Administrator\.gradle\caches\transforms-1\files-1.1\support-compat-28.0.0.aar\fb88fe9007b8db3b6afed74743bf4cfc\res\values\values.xml:133:5-70: AAPT: error: resource android:attr/fontVariationSettings not found. C:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\support-compat-28.0.0.aar\fb88fe9007b8db3b6afed74743bf4cfc\res\values\values.xml:133:5-70: AAPT: error: resource android:attr/ttcIndex not found. H:\repo\git\zhihu-flutter\build\app\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:84: error: resource android:attr/fontVariationSettings not found. H:\repo\git\zhihu-flutter\build\app\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:84: error: resource android:attr/ttcIndex...

![123](https://user-images.githubusercontent.com/15845388/58745859-77fd8480-8489-11e9-81e2-499e50e44930.gif) 如图,需要点击一次底部兰,底部栏才会切换主题。

![image](https://user-images.githubusercontent.com/37923921/43046524-80ea70a0-8dfc-11e8-889d-385a7e27b139.png) 底部BottomNavigationBar选中状态存在问题(点击选择菜单切换到应用外在切回来时出现截图中问题:选中的灰色底纹一直存在。)。 请问你有没有遇到这样问题,有什么解决方法吗?

请问如何处理 输入法键盘遮挡的问题呢