{"id":13773074,"url":"https://github.com/Crazywater/knuffiworkout","last_synced_at":"2025-05-11T05:34:17.008Z","repository":{"id":60097233,"uuid":"132907398","full_name":"Crazywater/knuffiworkout","owner":"Crazywater","description":"Workout app written using Flutter and Firebase","archived":false,"fork":false,"pushed_at":"2022-10-30T14:12:45.000Z","size":2124,"stargazers_count":50,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T08:44:15.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Crazywater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-10T13:53:49.000Z","updated_at":"2024-08-17T16:08:30.000Z","dependencies_parsed_at":"2023-01-20T15:46:00.580Z","dependency_job_id":null,"html_url":"https://github.com/Crazywater/knuffiworkout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazywater%2Fknuffiworkout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazywater%2Fknuffiworkout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazywater%2Fknuffiworkout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazywater%2Fknuffiworkout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crazywater","download_url":"https://codeload.github.com/Crazywater/knuffiworkout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523690,"owners_count":21921815,"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","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":[],"created_at":"2024-08-03T17:01:11.000Z","updated_at":"2025-05-11T05:34:16.548Z","avatar_url":"https://github.com/Crazywater.png","language":"Dart","funding_links":[],"categories":["Open Source Projects"],"sub_categories":["Flutter Challange Tutorial Series"],"readme":"# Knuffiworkout\n\nA workout app for Android written in Flutter and Firebase.\n\n[Download on the Play store](https://play.google.com/store/apps/details?id=de.fmutzel.knuffiworkout)\n\n\u003cimg src=\"screenshots/current.png\" width=\"200px\"\u003e \u003cimg src=\"screenshots/exercises.png\" width=\"200px\"\u003e \u003cimg src=\"screenshots/past.png\" width=\"200px\"\u003e \u003cimg src=\"screenshots/progress.png\" width=\"200px\"\u003e\n\n## Getting Started\n\n1. Set up [Flutter](http://flutter.io) with the editor of your choice.\n1. Create a [Firebase](http://firebase.google.com) account\n1. Set up a Firebase project for knuffiworkout.\n   Instructions for creating a Firebase project in Flutter can be found in the [Codelab](https://codelabs.developers.google.com/codelabs/flutter-firebase/#4).\n   Make sure to follow through steps 5 and 6:\n    1. The Android package name should match `AndroidManifest.xml` (per default de.fmutzel.knuffiworkout)\n    1. Add SHA fingerprints for your projects as described in [Authenticating your Client](https://developers.google.com/android/guides/client-auth).\n    1. Download `google-services.json` from the Firebase console and place it in android/app.\n1. Configure your Firebase project to allow sign-in with Google in the Authentication tab.\n1. Create a Firebase database and set up rules to allow read/write access for each user's data:\n```\n{\n  \"rules\": {\n    \"user\": {\n      \"$uid\": {\n        \".read\": \"$uid === auth.uid\",\n        \".write\": \"$uid === auth.uid\"\n      }\n    }\n  }\n}\n```\n1. Run the project using `flutter run` or open it in your IDE.\n\n## Contributing\n\nPull requests welcome! :)\n\nI don't have an iOS device (nor do I have an Apple developer account or a Mac with XCode),\nso the iOS code is just the default from the Flutter framework.\n\n### Regenerating built_value files\nThe built_value `.g.dart` files can be regenerated from the corresponding `.dart` files using\n```\nflutter packages pub run build_runner build --delete-conflicting-outputs\n```\n\n### Building a release build\nFor signing release builds, you need a keystore and some additional information in `android/key.properties`.\n\nInstructions can be found on the [Flutter homepage](https://flutter.io/android-release/) under \"Signing the app\".\n\n## Feature wishlist\n* Presets for other popular workouts (5x5, Starting Strength, ...)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCrazywater%2Fknuffiworkout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCrazywater%2Fknuffiworkout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCrazywater%2Fknuffiworkout/lists"}