{"id":32293027,"url":"https://github.com/maelchiotti/flag_secure","last_synced_at":"2026-02-22T00:01:48.786Z","repository":{"id":248852643,"uuid":"830022674","full_name":"maelchiotti/flag_secure","owner":"maelchiotti","description":"A Flutter plugin to manage Android's FLAG_SECURE at runtime","archived":false,"fork":false,"pushed_at":"2024-12-15T18:19:06.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T22:33:41.317Z","etag":null,"topics":["android","flag","flutter","plugin","secure"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flag_secure","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maelchiotti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-07-17T12:58:20.000Z","updated_at":"2025-09-30T02:15:11.000Z","dependencies_parsed_at":"2024-07-17T14:05:27.647Z","dependency_job_id":null,"html_url":"https://github.com/maelchiotti/flag_secure","commit_stats":null,"previous_names":["maelchiotti/flag_secure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maelchiotti/flag_secure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maelchiotti%2Fflag_secure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maelchiotti%2Fflag_secure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maelchiotti%2Fflag_secure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maelchiotti%2Fflag_secure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maelchiotti","download_url":"https://codeload.github.com/maelchiotti/flag_secure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maelchiotti%2Fflag_secure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29699335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","flag","flutter","plugin","secure"],"created_at":"2025-10-23T03:27:33.745Z","updated_at":"2026-02-22T00:01:48.781Z","avatar_url":"https://github.com/maelchiotti.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flag_secure\n\n![Pub Version](https://img.shields.io/pub/v/flag_secure)\n\nA Flutter plugin to manage Android's FLAG_SECURE at runtime.\n\n## Installing\n\nSee the [installing instructions](https://pub.dev/packages/flag_secure/install).\n\n## Usage\n\n- Get whether `FLAG_SECURE` is set:\n\n  ```dart\n  try {\n    final bool? isSet = await FlagSecure.isSet;\n  } on PlatformException {\n    // Handle exception\n  }\n  ```\n\n- Set `FLAG_SECURE`:\n\n  ```dart\n  try {\n    await FlagSecure.set();\n  } on PlatformException {\n    // Handle exception\n  }\n  ```\n\n- Unset `FLAG_SECURE`:\n\n  ```dart\n  try {\n    await FlagSecure.unset();\n  } on PlatformException {\n    // Handle exception\n  }\n  ```\n\n## Example\n\nSee the [example app](https://pub.dev/packages/flag_secure/example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaelchiotti%2Fflag_secure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaelchiotti%2Fflag_secure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaelchiotti%2Fflag_secure/lists"}