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

https://github.com/codekeyz/githubjobs

Github Jobs App for Flutter Engage - Community Live.
https://github.com/codekeyz/githubjobs

Last synced: 4 months ago
JSON representation

Github Jobs App for Flutter Engage - Community Live.

Awesome Lists containing this project

README

          

# Github_Jobs

a list of github jobs

## Development

- `flutter pub get` # install app dependencies
- `flutter pub run build_runner build` # generate files for annotated entities. append `--delete-conflicting-outputs` to delete conflicting outputs
- `flutter pub run environment_config:generate` # load environmental variables & generate config file for app
- `flutter test` # run tests included in project. append `--coverage` to generate code coverage data

## Contributing