{"id":26261863,"url":"https://github.com/davitelesn1/marimba_app","last_synced_at":"2026-04-12T12:34:04.886Z","repository":{"id":281886856,"uuid":"946764357","full_name":"davitelesn1/marimba_app","owner":"davitelesn1","description":"App that plays musical notes using the audioplayers package. This project helped me practice Flutter widgets, function creation in Dart, and integrating external packages for audio playback. Key concepts explored include MaterialApp, Scaffold, SafeArea, and async programming with async/await.","archived":false,"fork":false,"pushed_at":"2025-03-11T16:38:42.000Z","size":2731,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T17:46:34.389Z","etag":null,"topics":["dart","flutter","fuction","marimba","package","songs"],"latest_commit_sha":null,"homepage":"","language":"C++","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/davitelesn1.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":"2025-03-11T16:32:15.000Z","updated_at":"2025-03-11T16:38:53.000Z","dependencies_parsed_at":"2025-03-11T17:46:50.463Z","dependency_job_id":"ce337f0a-b651-46c3-88d0-bace84b3ee6f","html_url":"https://github.com/davitelesn1/marimba_app","commit_stats":null,"previous_names":["davitelesn1/marimba_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitelesn1%2Fmarimba_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitelesn1%2Fmarimba_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitelesn1%2Fmarimba_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davitelesn1%2Fmarimba_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davitelesn1","download_url":"https://codeload.github.com/davitelesn1/marimba_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500787,"owners_count":20300775,"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":["dart","flutter","fuction","marimba","package","songs"],"created_at":"2025-03-14T00:16:24.343Z","updated_at":"2025-12-29T12:23:21.812Z","avatar_url":"https://github.com/davitelesn1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# app_marimba\n# What I Learned from the Marimba App Project\n\nDuring the development of this project, I gained important knowledge about several Flutter and Dart concepts:\n\n## 🟣 Flutter Widgets\n- **`MaterialApp`**: Provides the main structure for the app, including navigation and themes.\n- **`Scaffold`**: Used as the basic visual structure for the app's layout.\n- **`SafeArea`**: Ensures UI elements are positioned within the safe display boundaries.\n- **`Column`** and **`Expanded`**: Help organize widgets in a flexible vertical layout.\n- **`TextButton`**: Utilized to create clickable buttons that trigger sound playback.\n\n## 🔵 Functions in Dart\n- I practiced creating functions to improve code structure and readability.\n- The `playSong` function was designed to handle audio playback efficiently:\n\n```dart\nvoid playSong(int songNumber) async {\n  await _player.play(AssetSource('nota$songNumber.wav'));\n}\n```\n\n- This helped me understand parameter passing and asynchronous programming using `async` and `await`.\n\n## 🟠 Using External Packages\n- I learned how to integrate the **audioplayers** package for audio playback.\n- I practiced initializing an `AudioPlayer` instance and calling its `.play()` method to load and play audio files.\n\n## 🟢 Error Handling \u0026 Debugging\n- I improved my ability to identify and fix issues such as:\n  - Ensuring required parameters were properly defined.\n  - Correctly configuring asset paths in the `pubspec.yaml` file.\n\nThis project provided valuable hands-on experience with Flutter and improved my understanding of core development principles. 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavitelesn1%2Fmarimba_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavitelesn1%2Fmarimba_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavitelesn1%2Fmarimba_app/lists"}