{"id":16401514,"url":"https://github.com/plugfox/plugfox_localstorage","last_synced_at":"2025-10-10T16:42:35.053Z","repository":{"id":61974200,"uuid":"211719060","full_name":"PlugFox/plugfox_localstorage","owner":"PlugFox","description":"Simple cross-platform universal String Key-Value local storage, works on mobile and the web. Has RAM caching. Great for small short values.","archived":false,"fork":false,"pushed_at":"2019-09-29T21:42:34.000Z","size":63,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T03:34:40.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PlugFox.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}},"created_at":"2019-09-29T20:01:58.000Z","updated_at":"2019-10-06T10:06:56.000Z","dependencies_parsed_at":"2022-10-24T13:45:44.212Z","dependency_job_id":null,"html_url":"https://github.com/PlugFox/plugfox_localstorage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PlugFox/plugfox_localstorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fplugfox_localstorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fplugfox_localstorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fplugfox_localstorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fplugfox_localstorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlugFox","download_url":"https://codeload.github.com/PlugFox/plugfox_localstorage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fplugfox_localstorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004702,"owners_count":26083751,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-10-11T05:43:20.213Z","updated_at":"2025-10-10T16:42:35.039Z","avatar_url":"https://github.com/PlugFox.png","language":"Dart","readme":"FLUTTER FOR MOBILE AND WEB\n---\n# plugfox_localstorage\n\n  \n### Description\nSimple cross-platform universal String Key-Value local storage, works on mobile and the web.  \nHas RAM caching. Great for small short values.  \n  \n  \n### Example usage:\n```dart\nimport 'package:plugfox_localstorage/localstorage.dart'\n\nFuture\u003cvoid\u003e main() async {\n    // Create an instance of the object (singleton)\n    final LocalStorage storage = LocalStorage();\n    // Wait for initialization\n    await storage.init();\n    \n    // Set value\n    storage['sampleKey'] = 'sampleValue';\n    // Get value\n    print(storage['sampleKey']); // 'sampleValue'\n    \n    // (optional) Close the storage - not necessary\n    await storage.close();\n}\n```\n\n##### [![Flutter logo][]][flutter.dev]\n\n[Flutter logo]: https://flutter.dev/assets/flutter-lockup-4cb0ee072ab312e59784d9fbf4fb7ad42688a7fdaea1270ccf6bbf4f34b7e03f.svg\n[flutter.dev]: https://flutter.dev","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugfox%2Fplugfox_localstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplugfox%2Fplugfox_localstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugfox%2Fplugfox_localstorage/lists"}