(因为目前豆瓣API已经关闭开放,所以电影栏数据是出不来的) 用Flutter编写的Cybird。
Fybird下载地址:下载链接
Kotlin编写的Cybird:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.1.5-pre.27, on Mac OS X 10.14.2 18C54, locale
en-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 10.1)
✗ Verify that all connected devices have been paired with this computer in
Xcode.
If all devices have been paired, libimobiledevice and ideviceinstaller may
require updating.
To update with Brew, run:
brew update
brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies usbmuxd
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller
✗ CocoaPods installed but not initialized.
CocoaPods is used to retrieve the iOS platform side's plugin code that
responds to your plugin usage on the Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work
on iOS.
For more info, see https://flutter.io/platform-plugins
To initialize CocoaPods, run:
pod setup
once to finalize CocoaPods' installation.
[✓] Android Studio (version 3.2)
[✓] Connected device (1 available)
库 | 功能 |
---|---|
dio | 网络框架 |
flutter_webview_plugin | 全屏的webview,支持加载本地Html |
flutter_swiper | 轮播框架 |
intl | 日期格式转换 |
photo_view | 图片查看框架 |
clone到本地后删除pubspec.lock
,然后重新运行即可