Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidneyweakx/fakenews_mobile
https://github.com/kidneyweakx/fakenews_mobile
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kidneyweakx/fakenews_mobile
- Owner: kidneyweakx
- Created: 2020-11-21T07:09:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T07:18:33.000Z (about 4 years ago)
- Last Synced: 2024-10-14T06:36:20.158Z (3 months ago)
- Language: Dart
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anfa Mobile
辨識假新聞手機應用程式端。同時可控制物聯網裝置(運用MQTT)
### How To Build
輸入`flutter pub get`來獲取package再`flutter build apk`即可做出應用程式
### Packages
包含挑選及裁切圖片以及Dio(Restful API)和MQTT控制
```
image_picker: ^0.6.3+4
path_provider: ^1.6.5
camera: ^0.5.7+4
dio: ^3.0.9
mqtt_client: ^8.1.0
```### Reference
[flutter_ocr](https://github.com/luyongfugx/flutter_ocr)