{"id":32283844,"url":"https://github.com/derdilla/inline_tab_view","last_synced_at":"2026-02-21T16:02:08.398Z","repository":{"id":263147845,"uuid":"871259577","full_name":"derdilla/inline_tab_view","owner":"derdilla","description":"A TabBarView that can be nested in scrollables","archived":false,"fork":false,"pushed_at":"2025-07-31T12:38:15.000Z","size":9740,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T08:50:50.319Z","etag":null,"topics":["flutter","package","renderobject","tabbarview","ui"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/inline_tab_view","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/derdilla.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-10-11T15:27:30.000Z","updated_at":"2026-01-25T14:24:52.000Z","dependencies_parsed_at":"2024-11-16T15:30:23.536Z","dependency_job_id":null,"html_url":"https://github.com/derdilla/inline_tab_view","commit_stats":null,"previous_names":["derdilla/inline_tab_view"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derdilla/inline_tab_view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derdilla%2Finline_tab_view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derdilla%2Finline_tab_view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derdilla%2Finline_tab_view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derdilla%2Finline_tab_view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derdilla","download_url":"https://codeload.github.com/derdilla/inline_tab_view/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derdilla%2Finline_tab_view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29685033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","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":["flutter","package","renderobject","tabbarview","ui"],"created_at":"2025-10-23T01:23:28.583Z","updated_at":"2026-02-21T16:02:08.392Z","avatar_url":"https://github.com/derdilla.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A inlineable TabBarView animating height taken by the widget without hacks. Creates a custom render object that mimics the default [TabBarView](https://api.flutter.dev/flutter/material/TabBarView-class.html) behavior that does not try to take up the entire available height.\n\n[\u003cimg src=\"asset/showcase.gif\" height=\"200\"/\u003e](asset/showcase.webm)\n\nThis avoids hacky tricks like detecting the child height during widget build and allows for smooth animation. With this focus on quality full test coverage and documentation is provided.\n\n## Usage\n\nYou can use the widget similar to the original widget like this:\n\n```dart\nInlineTabView(\n  controller: controller,\n  children: [\n    FirstChild(),\n    SecondChild(),\n    // Add other children to match [controller.length]\n  ],\n),\n```\n\nCheck out the app in the `/example` folder for more complex use cases and an interactive demo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderdilla%2Finline_tab_view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderdilla%2Finline_tab_view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderdilla%2Finline_tab_view/lists"}