https://github.com/flutterando/flutter_web_site
Flutterando's site built in Flutter Web
https://github.com/flutterando/flutter_web_site
Last synced: 8 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T23:14:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T18:54:56.897Z (10 months ago)
- Language: Dart
- Size: 89.8 KB
- Stars: 14
- Watchers: 8
- Forks: 9
- Open Issues: 5
-
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.