{"id":19035268,"url":"https://github.com/omkarcloud/store_ds","last_synced_at":"2026-06-25T07:31:32.736Z","repository":{"id":56831417,"uuid":"269533231","full_name":"omkarcloud/store_ds","owner":"omkarcloud","description":"An awesome Flutter package to manage state of program declaratively and functionally.","archived":false,"fork":false,"pushed_at":"2020-06-05T04:50:20.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T19:07:23.412Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omkarcloud.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":"2020-06-05T04:47:59.000Z","updated_at":"2024-08-12T20:02:16.000Z","dependencies_parsed_at":"2022-08-28T20:10:36.340Z","dependency_job_id":null,"html_url":"https://github.com/omkarcloud/store_ds","commit_stats":null,"previous_names":["chetan11-dev/store_ds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fstore_ds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fstore_ds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fstore_ds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fstore_ds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omkarcloud","download_url":"https://codeload.github.com/omkarcloud/store_ds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240089489,"owners_count":19746262,"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":[],"created_at":"2024-11-08T21:49:57.313Z","updated_at":"2026-01-11T13:36:39.075Z","avatar_url":"https://github.com/omkarcloud.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1\u003e Store Ds\u003c/h1\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eFast, enjoyable, declaratively and functionally state management in flutter\u003c/h2\u003e\n\n\n# store_ds\nAn awesome Flutter package to manage state of program declaratively and functionally.\n\n## Inspiration \nThis package is inspired from javascript way of storing objects in map like structures.\n\n## Usage\n\nYou can use `store_ds` to manage state as follows.\n\n```dart\nWidget build(BuildContext context) {\n  \n  // changeStore \n  useStore('orders') ; \n  \n  saveToStore('cod', 10);\n  saveToStore( 'cod' , getFromStore('cod' ) * 2); // results in cod : 20\n\n  return Container(child: Text(getFromStore('cod').toString()));\n}\n\n```\n## Store ❤️ Flutter\nHive was written with Flutter in mind. It is a perfect fit for managing primitive variables that don't nedd type inference like strings and ints:\n\n### Licence\n\n```\nCopyright 2020 Chetan Jain\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   http://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%2Fomkarcloud%2Fstore_ds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomkarcloud%2Fstore_ds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarcloud%2Fstore_ds/lists"}