{"id":19873392,"url":"https://github.com/ismaestro/flutter-example-app","last_synced_at":"2025-10-19T00:30:24.225Z","repository":{"id":51916195,"uuid":"161895757","full_name":"Ismaestro/flutter-example-app","owner":"Ismaestro","description":"Example app using Flutter and Firebase","archived":false,"fork":false,"pushed_at":"2019-01-03T08:23:00.000Z","size":656,"stargazers_count":14,"open_issues_count":1,"forks_count":44,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T09:49:07.944Z","etag":null,"topics":["app","base-project","example","example-app","flutter"],"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/Ismaestro.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}},"created_at":"2018-12-15T10:53:03.000Z","updated_at":"2023-10-13T14:38:32.000Z","dependencies_parsed_at":"2022-08-23T20:21:23.102Z","dependency_job_id":null,"html_url":"https://github.com/Ismaestro/flutter-example-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ismaestro/flutter-example-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismaestro%2Fflutter-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismaestro%2Fflutter-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismaestro%2Fflutter-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismaestro%2Fflutter-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ismaestro","download_url":"https://codeload.github.com/Ismaestro/flutter-example-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismaestro%2Fflutter-example-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264267071,"owners_count":23581929,"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":["app","base-project","example","example-app","flutter"],"created_at":"2024-11-12T16:18:29.099Z","updated_at":"2025-10-19T00:30:19.181Z","avatar_url":"https://github.com/Ismaestro.png","language":"Dart","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://flutter.io/\"\u003e\n    \u003cimg src=\"https://diegolaballos.com/files/images/flutter-icon.jpg\" alt=\"Logo\" width=72 height=72\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eFlutter Example App\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Example app with Flutter that uses Firebase\n    \u003cbr\u003e\n    Base project made with much  :heart: . Contains CRUD, patterns, and much more!\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/Ismaestro/flutter-example-app/issues/new\"\u003eReport bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Ismaestro/flutter-example-app/issues/new\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n- [Quick start](#quick-start)\n- [What's included](#whats-included)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Contributing](#contributing)\n- [Creators](#creators)\n- [Thanks](#thanks)\n- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\nThis is a normal flutter app. You should follow the instructions in the [official documentation](https://flutter.io/docs/get-started/install).\n\n## What's included\n\n* CRUD: create, update and remove heroes with Firebase!\n* Search bar, to look for heroes\n* Internationalization \n* Responsive layout\n* [Sentry](https://sentry.io)! (logs any error in the app)\n* Google Tag Manager\n* Unit tests including code coverage\n* Integration tests\n* CI with Travis\n* Changelog generation\n* Following the [best practices](https://angular.io/guide/styleguide)!\n\n### Firebase\n\nThis repo is using Firebase. We use Cloud Firestore and Cloud Storage to handle CRUD operations over the heroes and to store their images.\n\n### Travis CI\n\nWe use Travis CI to run this tasks in order:\n* Linter\n* Tests\n* Build for production\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first read the [issue guidelines](https://github.com/Ismaestro/flutter-example-app/blob/master/CONTRIBUTING.md) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/Ismaestro/flutter-example-app/issues/new).\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/Ismaestro/flutter-example-app/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.\n\nMoreover, all HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Ismael Ramos](https://github.com/ismaestro).\n\nEditor preferences are available in the [editor config](https://github.com/Ismaestro/flutter-example-app/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at \u003chttps://editorconfig.org/\u003e.\n\n## Creators\n\n**Ismael Ramos**\n\n- \u003chttps://github.com/ismaestro\u003e\n\n\u003ca href='https://ko-fi.com/S6S5LMVR' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi4.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n## Thanks\n\nThanks to all contributors and their support:\n\n## Copyright and license\n\nCode and documentation copyright 2018 the authors. Code released under the [MIT License](https://github.com/Ismaestro/flutter-example-app/blob/master/LICENSE).\n\nEnjoy :metal:\n","funding_links":["https://ko-fi.com/S6S5LMVR'"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaestro%2Fflutter-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismaestro%2Fflutter-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaestro%2Fflutter-example-app/lists"}