{"id":20664035,"url":"https://github.com/flutterando/flutter_mobx_helpers","last_synced_at":"2025-10-11T23:08:49.674Z","repository":{"id":49493630,"uuid":"236327948","full_name":"Flutterando/flutter_mobx_helpers","owner":"Flutterando","description":"Widgets and Utils for increment mobx","archived":false,"fork":false,"pushed_at":"2021-06-16T14:29:59.000Z","size":71,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T18:54:46.106Z","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/Flutterando.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-01-26T15:01:49.000Z","updated_at":"2022-10-31T02:57:36.000Z","dependencies_parsed_at":"2022-09-12T13:12:33.462Z","dependency_job_id":null,"html_url":"https://github.com/Flutterando/flutter_mobx_helpers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Flutterando/flutter_mobx_helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fflutter_mobx_helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fflutter_mobx_helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fflutter_mobx_helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fflutter_mobx_helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flutterando","download_url":"https://codeload.github.com/Flutterando/flutter_mobx_helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fflutter_mobx_helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009350,"owners_count":26084578,"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-11T02:00:06.511Z","response_time":55,"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-11-16T19:21:47.226Z","updated_at":"2025-10-11T23:08:49.659Z","avatar_url":"https://github.com/Flutterando.png","language":"Dart","readme":"# flutter_mobx_helpers\n\nA set of tools for MobX.\n\n## Install\n\nedit your pubspec.yaml file\n```\ndependencies:\n    flutter_mobx_helpers:\n```\n\n## Tools\n\n### ObservableListener\n\nUse this widget to have a response that can perform actions on the business rule such as opening another screen or calling a SnackBar/Dialog.\n\n```dart\nObserverListener(\n    listener: (_) {\n        var snack = SnackBar(content: Text('Click ${store.value}'));\n        _scaffold.currentState.showSnackBar(snack);\n    },\n    child: RaisedButton(\n        child: Text('Call Snackbar'),\n        onPressed: store.setValue,\n    ),\n)\n\n```\n\n## Contributions\n\nDo you have any idea of ​​a widget or utility to add to this help? Submit a pull request to this package's repository. We look forward to it!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterando%2Fflutter_mobx_helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutterando%2Fflutter_mobx_helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterando%2Fflutter_mobx_helpers/lists"}