{"id":16558129,"url":"https://github.com/vicajilau/learning_tests_flutter_app","last_synced_at":"2025-08-23T05:33:48.843Z","repository":{"id":211230185,"uuid":"728551790","full_name":"vicajilau/learning_tests_flutter_app","owner":"vicajilau","description":"Project for learning tests in Flutter.","archived":false,"fork":false,"pushed_at":"2025-08-18T16:20:11.000Z","size":1748,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T18:22:39.958Z","etag":null,"topics":["dart","flutter","test-automation","testing"],"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/vicajilau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-12-07T07:23:59.000Z","updated_at":"2025-08-18T16:20:08.000Z","dependencies_parsed_at":"2023-12-14T23:11:47.330Z","dependency_job_id":"9d86b4cc-740e-4af2-a291-90d7bd34925b","html_url":"https://github.com/vicajilau/learning_tests_flutter_app","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.25,"last_synced_commit":"23473b2b78530fb53e7b3d465f274cb9ba736a94"},"previous_names":["vicajilau/learning_tests_flutter_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vicajilau/learning_tests_flutter_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicajilau%2Flearning_tests_flutter_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicajilau%2Flearning_tests_flutter_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicajilau%2Flearning_tests_flutter_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicajilau%2Flearning_tests_flutter_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicajilau","download_url":"https://codeload.github.com/vicajilau/learning_tests_flutter_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicajilau%2Flearning_tests_flutter_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745597,"owners_count":24813509,"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-23T02:00:09.327Z","response_time":69,"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":["dart","flutter","test-automation","testing"],"created_at":"2024-10-11T20:09:39.927Z","updated_at":"2025-08-23T05:33:48.804Z","avatar_url":"https://github.com/vicajilau.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Tests Flutter App\n\nWelcome to the **Learning Tests Flutter App** repository! This repository is designed to provide a guided learning experience for writing unit tests, widget tests, and integration tests in the Flutter framework. Whether you are a beginner looking to get started with testing in Flutter or an experienced developer looking to sharpen your testing skills, this repository has got you covered.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Folder Structure](#folder-structure)\n- [Available Tests](#available-tests)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Getting Started\n\nTo get started with this repository, follow these steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/vicajilau/learning_tests_flutter_app.git\n   ```\n\n2. **Navigate to the Project Directory:**\n   ```bash\n   cd learning_tests_flutter_app\n   ```\n\n3. **Install Dependencies:**\n   ```bash\n   flutter pub get\n   ```\n\n4. **Run the Tests:**\n   ```bash\n   flutter test\n   ```\n\n   This will run all the tests in the project.\n\n## Folder Structure\n\nThe project has the following folder structure:\n\n- **`lib/`**: Contains the main Dart code for the Flutter app.\n- **`test/`**: Contains the test files organized into subdirectories for unit tests, widget tests, and integration tests.\n\n## Available Tests\n\nExplore the following types of tests in the repository:\n\n- **Unit Tests:**\n    - Located in the `test/unit` directory.\n    - Focus on testing individual functions and methods.\n\n- **Widget Tests:**\n    - Located in the `test/widgets` directory.\n    - Test the UI components in isolation.\n\n- **Integration Tests:**\n    - Located in the `test/integration` directory.\n    - Test the interaction between various parts of the app.\n\nFeel free to modify and extend these tests as you learn and experiment with different testing scenarios.\n\n## Contributing\n\nWe welcome contributions! If you find a bug, have a suggestion, or want to add more tests, please open an issue or submit a pull request. Check out our [contribution guidelines](CONTRIBUTING.md) for more details.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code for your learning and development purposes.\n\nHappy testing! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicajilau%2Flearning_tests_flutter_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicajilau%2Flearning_tests_flutter_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicajilau%2Flearning_tests_flutter_app/lists"}