Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).