Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flutterando/flutter_web_site
Flutterando's site built in Flutter Web
https://github.com/flutterando/flutter_web_site
Last synced: about 2 months ago
JSON representation
Flutterando's site built in Flutter Web
- Host: GitHub
- URL: https://github.com/flutterando/flutter_web_site
- Owner: Flutterando
- Created: 2020-05-03T17:03:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T15:18:15.000Z (over 3 years ago)
- Last Synced: 2023-03-10T13:11:02.265Z (almost 2 years ago)
- Language: Dart
- Size: 86.9 KB
- Stars: 14
- Watchers: 8
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_web_site
Flutterando's web site built in Flutter Web
## Mockup
- [Mockup](https://xd.adobe.com/view/b45f6f06-a7cc-4369-68e6-bbe77b4e433e-c26e/screen/3f016f71-3be1-4d6d-b364-315531e864db/Web-1920-1/)
## Contribution
- Fork the project
- Choose the first one issue in the queue on Projects Section.
- Create a branch for the issue(Put the number of the issue in the branch name)
- Write unit tests for business logic files(If your issue doesn't have ignore it)
- Make the PR submitting your branch(write the description of what you done).What make a PR be refused:
- Code that doesn't work
- Code that doesn't solve the problem
- Write code that's not relationed with the issue.
- Do not use current project structure(Modular/MobX)
- Do not make the requested changes from reviewer.