{"id":41500060,"url":"https://github.com/ristekoss/ulaskelas-frontend","last_synced_at":"2026-01-23T19:04:14.343Z","repository":{"id":68872268,"uuid":"423713878","full_name":"ristekoss/ulaskelas-frontend","owner":"ristekoss","description":"Front End Repository for Ulas Kelas","archived":false,"fork":false,"pushed_at":"2023-12-22T15:27:55.000Z","size":1624,"stargazers_count":373,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-20T12:51:24.165Z","etag":null,"topics":["hacktoberfest","student-project","universitas-indonesia"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ristekoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-11-02T05:08:43.000Z","updated_at":"2024-04-16T18:41:01.000Z","dependencies_parsed_at":"2023-12-09T11:39:09.732Z","dependency_job_id":null,"html_url":"https://github.com/ristekoss/ulaskelas-frontend","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ristekoss/ulaskelas-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ristekoss%2Fulaskelas-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ristekoss%2Fulaskelas-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ristekoss%2Fulaskelas-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ristekoss%2Fulaskelas-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ristekoss","download_url":"https://codeload.github.com/ristekoss/ulaskelas-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ristekoss%2Fulaskelas-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28698346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","student-project","universitas-indonesia"],"created_at":"2026-01-23T19:04:14.267Z","updated_at":"2026-01-23T19:04:14.336Z","avatar_url":"https://github.com/ristekoss.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👨‍💻 Ulas Kelas\n[![Generic badge](https://img.shields.io/badge/Flutter-v3.0.5-blue)](https://flutter.dev/docs)\n[![Generic badge](https://img.shields.io/badge/Dart-v2.13.4-blue)](https://dart.dev/guides)\n[![test](https://github.com/RistekCSUI/ulaskelas-frontend/actions/workflows/config.yml/badge.svg)](https://github.com/RistekCSUI/ulaskelas-frontend/actions/workflows/config.yml)\n[![Deploy Web](https://github.com/RistekCSUI/ulaskelas-frontend/actions/workflows/firebase-hosting-merge.yml/badge.svg)](https://github.com/RistekCSUI/ulaskelas-frontend/actions/workflows/firebase-hosting-merge.yml)\n[![codecov](https://codecov.io/gh/RistekCSUI/ulaskelas-frontend/branch/main/graph/badge.svg?token=SHFALBJG9U)](https://codecov.io/gh/RistekCSUI/ulaskelas-frontend)\n[![Generic badge](https://img.shields.io/badge/development-v0.0.1-brightgreen)](https://play.google.com/store/)\n[![Generic badge](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)\n[![Generic badge](https://img.shields.io/badge/component-ristek_material_component-9932CC.svg)](https://pub.dev/packages/ristek_material_component)\n\nUlas Kelas app\n\n## ⚡️ Getting Started\n\n### 🚚 How to run, drive, and build Apk\n\nExample how to run release development app\n```\nflutter clean\nflutter pub get\nflutter run -t lib/main_development.dart --release --flavor development\n```\n\nExample how to build release development app\n```\nflutter clean\nflutter pub get\nflutter build apk -t lib/main_development.dart --release --no-shrink --flavor development --split-per-abi\n```\n\nExample how to build bundle release production app\n```\nflutter clean\nflutter pub get\nflutter build appbundle -t lib/main_production.dart --release --no-shrink --flavor production\n```\n\nExample how to run flutter web app\n```\nflutter run -t lib/main_development.dart -d chrome\n```\n\nExample how to drive automation test on development environment\nnote that automation test doesn't support release mode\n```\nflutter drive -t test_driver/app.dart --flavor development\n```\n\n### ⚙️ Supported Flavor\n\n1. development\n2. production\n\n### 🎯 Architecture \u0026 Pattern\n\nReso coder's fllutter clean architecture\nHow to communicate with [Data \u0026 Back end](lib/documentation/data_and_backend.md)\n\n![alt text](https://i0.wp.com/resocoder.com/wp-content/uploads/2019/08/Clean-Architecture-Flutter-Diagram.png?ssl=1)\n\n### 🧬️ State Management\n\nUsing state rebuilder for zero boilerplate state management\n\nvisit https://pub.dev/packages/states_rebuilder\n\n### API Documentation\n\n[Postman](https://www.getpostman.com/collections/682bf27acd4b0fc9010c)\n\nHow to import collection [here](https://developer.ft.com/portal/docs-start-install-postman-and-import-request-collection)\n\nMore Postman tutorial [here](https://www.postman.com/postman/workspace/postman-answers/request/9215231-f3a24076-e530-4858-b872-b028446f6fc6)\n\n### Versioning\n\nMajor-Minor-Patch\n\nGiven a version number MAJOR.MINOR.PATCH, increment the:\n\n1. MAJOR version when you make incompatible API changes,\n2. MINOR version when you add functionality in a backwards compatible manner, and\n3. PATCH version when you make backwards compatible bug fixes.\n   Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.\n\nand also supported by [cider](https://pub.dev/packages/cider).\n\nto patch: `cider bump patch --bump-build` or `make patch`\nto minor: `cider bump minor --bump-build` or `make minor`\nto major: `cider bump major --bump-build` or `make major`\n\n### :capital_abcd: Naming Convention\n\nsnake_case for file and folder.\n\n### :capital_abcd: Git flow\n\nCommit rules:\n(feat|fix|docs|style|refactor|perf|test|build|ci):\\/*\n\nfeat: A new feature\nfix: A bug fix\ndocs: Documentation only changes\nstyle: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\nrefactor: A code change that neither fixes a bug nor adds a feature\nperf: A code change that improves performance\ntest: Adding missing tests\nbuild: Changes to the build/compilation/packaging process or auxiliary tools such as documentation generation\nci: Changes in the continuous integration/delivery setup\n\nexamples:\nfeat: Form Login\nci: refactor analysis job\n\nbefore push\n1. flutter analyze\n2. flutter test\n\nbranch rules:\n(feature|hotfix|coldfix|service|integration|ui)\\/\\/*\n\n### How to contribute\n\nTo help work on this project, please refer to [CONTRIBUTING.md](CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristekoss%2Fulaskelas-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fristekoss%2Fulaskelas-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristekoss%2Fulaskelas-frontend/lists"}