Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/v2x
Yet another v2ex Flutter App
https://github.com/ali322/v2x
bloc flutter flutter-examples rxdart
Last synced: 12 days ago
JSON representation
Yet another v2ex Flutter App
- Host: GitHub
- URL: https://github.com/ali322/v2x
- Owner: ali322
- Created: 2018-08-07T10:10:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T07:00:32.000Z (about 5 years ago)
- Last Synced: 2024-10-11T09:14:42.053Z (28 days ago)
- Topics: bloc, flutter, flutter-examples, rxdart
- Language: Dart
- Size: 1.53 MB
- Stars: 93
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v2x
[![Build Status](https://travis-ci.org/ali322/v2x.svg?branch=master)](https://travis-ci.org/ali322/v2x)Yet another [v2ex](https://www.v2ex.com) Flutter App
## ScreenShot
![2018-08-07 11.05.28](screenshot/1.gif)
![2018-08-07 11.08.32](screenshot/2.gif)
![2018-08-07 11.16.03](screenshot/3.gif)## Develop
make sure finish [install Flutter](https://flutter.io/get-started/install/) successful1. clone this repo
`git clone https://github.com/ali322/v2x`
2. install all the packages
`flutter packages get`
3. run the app in simulator on your own
`flutter run`## Packages in using
cnoder build on following packages
* [http](https://pub.dartlang.org/packages/http)
* [rxdart](https://pub.dartlang.org/packages/rxdart)
* [flutter_markdown](https://pub.dartlang.org/packages/flutter_markdown)
* [cached_network_image](https://pub.dartlang.org/packages/cached_network_image)## Todo
- finish more scenes
- fix some unknow bugs## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)