Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/hasflutterpassedreactnativeyet
:dart: A Dart Web App to compare :left_right_arrow: GitHub stars of Flutter and React Native
https://github.com/piedcipher/hasflutterpassedreactnativeyet
dart dart-web dart2 dartlang flutter javascript react-native web webapp
Last synced: 25 days ago
JSON representation
:dart: A Dart Web App to compare :left_right_arrow: GitHub stars of Flutter and React Native
- Host: GitHub
- URL: https://github.com/piedcipher/hasflutterpassedreactnativeyet
- Owner: piedcipher
- Created: 2019-03-19T20:18:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T14:47:42.000Z (over 5 years ago)
- Last Synced: 2024-10-19T00:35:57.040Z (4 months ago)
- Topics: dart, dart-web, dart2, dartlang, flutter, javascript, react-native, web, webapp
- Language: HTML
- Homepage: https://piedcipher.github.io/hasFlutterPassedReactNativeYet/
- Size: 163 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Has Flutter passed React Native yet?](https://piedcipher.github.io/hasFlutterPassedReactNativeYet/)
> :dart: A Dart Web App to compare :left_right_arrow: GitHub stars of Flutter and React Native
![Screenshot](screenshot/1.png)
## Development Tools
- [Dart](https://webdev.dartlang.org/tools/sdk#install)
- [Web Storm](https://www.jetbrains.com/webstorm/)## Development
```
$ git clone https://github.com/piedcipher/hasFlutterPassedReactNativeYet.git
$ cd hasFlutterPassedReactNativeYet
$ pub get && webdev run
```## Building (JavaScript)
```
$ pub global run webdev build --output=web:build
$ cp -t hasFlutterPassedReactNativeYet/ web/index.html web/style.css web/main.dart.js
```## Todo
- [ ] Visual Polish
- [ ] Refresh Button
- [ ] Deployment on Netlify## Inspired By
[hasvuepassedreactyet](https://github.com/stursby/hasvuepassedreactyet) Created by [Charlie Hield](https://github.com/stursby/)## Credits
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).