{"id":23869161,"url":"https://github.com/extrawest/slot_machine_game_prototype","last_synced_at":"2026-04-12T15:53:55.911Z","repository":{"id":121938812,"uuid":"589551188","full_name":"extrawest/slot_machine_game_prototype","owner":"extrawest","description":"Flutter Slot Machine Game Prototype","archived":false,"fork":false,"pushed_at":"2023-01-16T11:46:00.000Z","size":1271,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T17:46:38.536Z","etag":null,"topics":["777","dart","flutter","flutter-web","game","prototype","slot","slot-machine"],"latest_commit_sha":null,"homepage":"https://lucky-slot-machine-game.web.app/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extrawest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-16T11:42:30.000Z","updated_at":"2025-03-12T19:03:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"36a2f622-93b9-47ff-83e1-1e57c88986b9","html_url":"https://github.com/extrawest/slot_machine_game_prototype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extrawest/slot_machine_game_prototype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fslot_machine_game_prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fslot_machine_game_prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fslot_machine_game_prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fslot_machine_game_prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/slot_machine_game_prototype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fslot_machine_game_prototype/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268290600,"owners_count":24226642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["777","dart","flutter","flutter-web","game","prototype","slot","slot-machine"],"created_at":"2025-01-03T12:16:15.763Z","updated_at":"2026-04-12T15:53:50.882Z","avatar_url":"https://github.com/extrawest.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slot Machine Game\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()\n[![Maintaner](https://img.shields.io/static/v1?label=Roman%20Ovsepian\u0026message=Maintainer\u0026color=red)](mailto:roman.ovsepian@extrawest.com)\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()\n![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)\n![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)\n\n## PROJECT INFO\n\n- **Slot Machine Game based on Flutter v3.3.9**\n- **Game is properly working on Android, iOS and WEB**\n\n\n## Features\n\n- Slot machine (flutter_slot_machine package)\n- Different lotties effects based on the prize type\n- Shaders warming up\n\n## Demo\n\n[Slot Machine Game](https://lucky-slot-machine-game.web.app)\n\n### Installing:\n\n**1) Clone this repo to your folder:**\n\n```\ngit clone https://gitlab.extrawest.com/i-training/flutter/slot_machine_game\n```\n\n**2. Change current directory to the cloned folder:**\n\n```\ncd slot_machine_game\n```\n\n**3) Get packages**\n\n```\nflutter pub get\n```\n\n## Firebase hosting\n\n1. In order to add new build to Firebase hosting, follow these commands\n\n```shell\nfirebase login\n```\n```shell\nfirebase init\n```\n2. Choose account, then choose Hosting as an option\n3. Select Firebase project\n4. Run:\n```shell\nflutter build web\n```\n```shell\nfirebase deploy\n```\n\n### Integration test\nIn order to run integration test you have to:\n1. Use test_driver located at `test_driver/integration_test.dart`.\n2. Add enviromental variables API_KEY(for google maps) and IS_TESTING through --dart-define\n3. (Optional) Use shader warming up to collect shaders to `flutter_01.sksl.json`\n\nSo, to run integration test, run the following command:\n\nWithout shaders warming up\n```shell\nflutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart\n```\n\nWith shaders warming up\n\n```shell\nflutter drive --profile --cache-sksl --write-sksl-on-exit flutter_01.sksl.json --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart\n```\n\u003cbr\u003e\n\n### To build release version with shaders warming up use the following:\nAndroid\n```shell\nflutter build apk --bundle-sksl-path flutter_01.sksl.json\n```\niOS\n```shell\nflutter build ios --bundle-sksl-path flutter_01.sksl.json\n```\n\u003cbr\u003e\n\n\n\nCreated by Roman Ovsepian\n\n[Extrawest.com](https://www.extrawest.com), 2022\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fslot_machine_game_prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fslot_machine_game_prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fslot_machine_game_prototype/lists"}