{"id":17675324,"url":"https://github.com/numandev1/flatbuffers-prefab","last_synced_at":"2025-03-30T17:12:51.580Z","repository":{"id":199792955,"uuid":"703762577","full_name":"numandev1/flatbuffers-prefab","owner":"numandev1","description":"flatbuffers v23.5.26 version through dependency implementation","archived":false,"fork":false,"pushed_at":"2023-10-11T22:54:40.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T18:50:44.528Z","etag":null,"topics":["flatbuffers","flatbuffers-prefab","jitpack","jitpack-android","prefab"],"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/numandev1.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":"2023-10-11T21:37:44.000Z","updated_at":"2023-10-12T05:36:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae25f631-c990-4d4b-9421-6ad62e58e460","html_url":"https://github.com/numandev1/flatbuffers-prefab","commit_stats":null,"previous_names":["numandev1/flatbuffers-prefab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Fflatbuffers-prefab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Fflatbuffers-prefab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Fflatbuffers-prefab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Fflatbuffers-prefab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numandev1","download_url":"https://codeload.github.com/numandev1/flatbuffers-prefab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246351019,"owners_count":20763232,"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":["flatbuffers","flatbuffers-prefab","jitpack","jitpack-android","prefab"],"created_at":"2024-10-24T07:10:46.048Z","updated_at":"2025-03-30T17:12:51.560Z","avatar_url":"https://github.com/numandev1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlatBuffers Prefab\n\n#### Version: v23.5.26\n\nPrefab package for FlatBuffers (https://github.com/google/flatbuffers).\n\n## Integration\n\nThis is a [Prefab](https://google.github.io/prefab/) library, so you will need to enable it in your project (requires Android Gradle Plugin 4.1+):\n\ngradle.properties:\n\n```gradle\nandroid {\n    ...\n    buildFeatures {\n        ...\n        prefab true\n    }\n}\n```\n\nAdd dependency:\n\n```gradle\nrepositories {\n    mavenCentral()\n    maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    implementation 'com.github.numandev1:flatbuffers-prefab:e21748fc02'\n}\n```\n\n## Usage\n\n### ndk-build\n\n```makefile\nLOCAL_STATIC_LIBRARIES := flatbuffers\n\n# You can remove this block if you are using NDK r21+.\nifneq ($(call ndk-major-at-least,21),true)\n    $(call import-add-path,$(NDK_GRADLE_INJECTED_IMPORT_PATH))\nendif\n\n$(call import-module,prefab/flatbuffers)\n```\n\n### CMake\n\n```cmake\nfind_package(flatbuffers REQUIRED CONFIG)\ntarget_link_libraries(\u003cyour lib\u003e flatbuffers::flatbuffers)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Fflatbuffers-prefab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumandev1%2Fflatbuffers-prefab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Fflatbuffers-prefab/lists"}