morec
morec copied to clipboard
🎥 A beautiful movie application build by flutter.
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
我对这个项目很有兴趣,觉得很完美只可惜目前不支持Flutter2.0+.
能支持一下Flutter2.0吗?
豆瓣API失效替代方案
同使用豆瓣电影api开发的项目,但是api已失效,不过部分可以使用时光网的api替代。 时光网热映电影: https://api-m.mtime.cn/Showtime/LocationMovies.api?locationId=561 时光网即将上映电影: https://api-m.mtime.cn/Movie/MovieComingNew.api?locationId=561 获取电影详情: https://ticket-api-m.mtime.cn/movie/detail.api?locationId=561?movieId=电影id 561为武汉地区,[全部地区id](https://gist.github.com/youlookwhat/882b3de46e9396a8bd197ae74ccac422) 使用到的GitHub项目:[CloudReader](https://github.com/youlookwhat/CloudReader)😁
```bash Launching lib/main.dart on iPhone 11 in debug mode... Compiler message: /usr/local/flutter/.pub-cache/hosted/pub.dartlang.org/cached_network_image-1.1.3/lib/src /cached_network_image_provider.dart:42:24: Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'. ImageStreamCompleter load(CachedNetworkImageProvider key)...
我把项目打包到手机以后,发现有一些不是很完美的地方:首页下拉刷新以后出出现的Loading 动画,总是要卡壳一下(进到详情页面的Loading也有这个问题),所以这个有解决的办法吗?