{"id":20789246,"url":"https://github.com/instabug/instabug_flutter_modular","last_synced_at":"2025-03-12T00:27:38.444Z","repository":{"id":243810607,"uuid":"797873954","full_name":"Instabug/instabug_flutter_modular","owner":"Instabug","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-18T14:29:40.000Z","size":103,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-07T15:46:22.200Z","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/Instabug.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-05-08T16:49:52.000Z","updated_at":"2024-11-18T14:29:48.000Z","dependencies_parsed_at":"2024-06-11T09:59:37.771Z","dependency_job_id":"5c418861-ea49-413b-9231-0ee76b861673","html_url":"https://github.com/Instabug/instabug_flutter_modular","commit_stats":null,"previous_names":["instabug/instabug_flutter_modular"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2Finstabug_flutter_modular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2Finstabug_flutter_modular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2Finstabug_flutter_modular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2Finstabug_flutter_modular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Instabug","download_url":"https://codeload.github.com/Instabug/instabug_flutter_modular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243134648,"owners_count":20241825,"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-17T15:21:33.468Z","updated_at":"2025-03-12T00:27:38.420Z","avatar_url":"https://github.com/Instabug.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instabug Flutter Modular\n\n[![Pub](https://img.shields.io/pub/v/instabug_flutter_modular.svg)](https://pub.dev/packages/instabug_flutter_modular)\n[![Twitter](https://img.shields.io/badge/twitter-@Instabug-blue.svg)](https://twitter.com/Instabug)\n\nAn add-on for the [Instabug Flutter SDK](https://github.com/Instabug/Instabug-Flutter) that provides screen loading support for [Flutter Modular](https://pub.dev/packages/flutter_modular) v5.\n\n## Installation\n\n1. Add `instabug_flutter_modular` to your `pubspec.yaml` file.\n\n```yaml\ndependencies:\n  instabug_flutter_modular:\n```\n\n2. Install the package by running the following command.\n\n```sh\nflutter pub get\n```\n\n## Usage\n\n1. Wrap your `AppParentModule` inside `InstabugModule`:\n\n\n```dart\n\nvoid main() {\n  //...\n  \n  runApp(\n    ModularApp(\n      module: InstabugModule(AppModule()),\n      child: const MyApp(),\n    ),\n  );\n}\n```\n\n2. Add `InstabugNavigatorObserver` to your navigation observers list:\n\n```dart\n@override\nWidget build(BuildContext context) {\n  return MaterialApp.router(\n    routeInformationParser: Modular.routeInformationParser,\n    routerDelegate: Modular.routerDelegate\n      ..setObservers([InstabugNavigatorObserver()]),\n\n    // ...\n  );\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstabug%2Finstabug_flutter_modular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstabug%2Finstabug_flutter_modular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstabug%2Finstabug_flutter_modular/lists"}