{"id":16558142,"url":"https://github.com/jaredsburrows/flutter-gif-search","last_synced_at":"2026-02-03T15:01:12.095Z","repository":{"id":145262075,"uuid":"179008798","full_name":"jaredsburrows/flutter-gif-search","owner":"jaredsburrows","description":"Flutter Gif Search","archived":false,"fork":false,"pushed_at":"2024-11-25T18:58:55.000Z","size":34818,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T12:25:03.859Z","etag":null,"topics":["android","flutter","ios","java","kotlin","object","swift"],"latest_commit_sha":null,"homepage":"https://jaredsburrows.github.io/flutter-gif-search","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredsburrows.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-02T05:57:34.000Z","updated_at":"2024-08-20T22:29:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"73a41e80-98eb-450f-87af-bdeb37839e31","html_url":"https://github.com/jaredsburrows/flutter-gif-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredsburrows/flutter-gif-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fflutter-gif-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fflutter-gif-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fflutter-gif-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fflutter-gif-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredsburrows","download_url":"https://codeload.github.com/jaredsburrows/flutter-gif-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fflutter-gif-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","flutter","ios","java","kotlin","object","swift"],"created_at":"2024-10-11T20:09:42.473Z","updated_at":"2026-02-03T15:01:12.072Z","avatar_url":"https://github.com/jaredsburrows.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gif Search using Flutter\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Build](https://github.com/jaredsburrows/flutter-gif-search/actions/workflows/build.yml/badge.svg)](https://github.com/jaredsburrows/flutter-gif-search/actions/workflows/build.yml)\n[![Twitter Follow](https://img.shields.io/twitter/follow/jaredsburrows.svg?style=social)](https://twitter.com/jaredsburrows)\n\nGif List Grid Example using [Flutter](https://flutter.dev/)!\n\n\u003ca href=\"https://i.imgur.com/zErC6JV.png\" target=\"_blank\"\u003e\u003cimg src=\"https://i.imgur.com/zErC6JV.png\" width=\"250px\" /\u003e\u003c/a\u003e\n\n### Updates\n\n**Flutter**\n\n```shell\nrm -f ios/Podfile.lock\nrm -f pubspec.lock\nflutter upgrade\nflutter pub get\nflutter pub upgrade\n```\n\n**Build All**\n\n```shell\nflutter build apk --debug\nflutter build ios --debug --no-codesign\nflutter build web\n```\n\n## Build the App\n\n**Android**\n\n```shell\nflutter build apk\n```\n\n**iOS**\n\n```shell\nflutter build ios\n```\n\n## Install the App\n\n```shell\nflutter install\n```\n\n## Run the App\n\n```shell\nflutter run\n```\n\n## Testing\n\n```shell\nflutter test\n```\n\n## Local Debug Run\n\n```shell\nrm -f pubspec.lock \u0026\u0026 \\\nflutter clean \u0026\u0026 \\\nflutter upgrade \u0026\u0026 \\\nflutter pub get \u0026\u0026 \\\nflutter pub upgrade --major-versions \u0026\u0026 \\\n\ndart run build_runner build --delete-conflicting-outputs \u0026\u0026 \\\n\nosv-scanner -r . \u0026\u0026 \\\n\ndart format . \u0026\u0026 \\\ndart fix --dry-run \u0026\u0026 \\\ndart fix --apply \u0026\u0026 \\\n\nflutter analyze \u0026\u0026 \\\n\nflutter test --platform=chrome --test-randomize-ordering-seed=random \u0026\u0026 \\\n\nflutter build web \u0026\u0026 \\\nflutter build ios --debug --no-codesign \u0026\u0026 \\\nflutter build apk --debug\n```\n\n## License\n\n```\nCopyright (C) 2019 Jared Burrows\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fflutter-gif-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredsburrows%2Fflutter-gif-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fflutter-gif-search/lists"}