{"id":15501299,"url":"https://github.com/caduandrade/axis_layout_flutter","last_synced_at":"2025-04-22T23:06:09.660Z","repository":{"id":56826430,"uuid":"461029392","full_name":"caduandrade/axis_layout_flutter","owner":"caduandrade","description":"Horizontal (row) and vertical (column) layout with fill and shrink features.","archived":false,"fork":false,"pushed_at":"2023-08-22T11:34:57.000Z","size":201,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T23:06:00.608Z","etag":null,"topics":["column","fill","flutter","horizontal","layout","row","shrink","vertical","widget"],"latest_commit_sha":null,"homepage":"","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/caduandrade.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":"2022-02-18T22:53:06.000Z","updated_at":"2024-04-10T03:42:03.000Z","dependencies_parsed_at":"2025-03-04T14:42:42.061Z","dependency_job_id":null,"html_url":"https://github.com/caduandrade/axis_layout_flutter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caduandrade%2Faxis_layout_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caduandrade%2Faxis_layout_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caduandrade%2Faxis_layout_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caduandrade%2Faxis_layout_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caduandrade","download_url":"https://codeload.github.com/caduandrade/axis_layout_flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337946,"owners_count":21414104,"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":["column","fill","flutter","horizontal","layout","row","shrink","vertical","widget"],"created_at":"2024-10-02T09:03:34.606Z","updated_at":"2025-04-22T23:06:09.643Z","avatar_url":"https://github.com/caduandrade.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/pub/v/axis_layout.svg)](https://pub.dev/packages/axis_layout) [![](https://img.shields.io/badge/Flutter-%E2%9D%A4-red)](https://flutter.dev/) [![](https://img.shields.io/badge/donate-crypto-green)](#support-this-project)\n\n# Axis Layout\n\n## Usage\n\n* [Horizontal](#horizontal)\n* [Vertical](#vertical)\n* [Shrink](#shrink)\n* [Expand](#expand)\n* [Support this project](#support-this-project)\n\n## Horizontal\n\n```dart\nAxisLayout(axis: Axis.horizontal, children: [child]);\n```\n\n## Vertical\n\n```dart\nAxisLayout(axis: Axis.vertical, children: [child]);\n```\n\n## Shrink\n\n```dart\nAxisLayout(axis: Axis.horizontal, children: [\n  AxisLayoutChild(child: child1, shrink: 1, shrinkOrder: 1),\n  child2,\n  AxisLayoutChild(child: child3, shrink: 1, shrinkOrder: 2)\n]);\n```\n\n## Expand\n\n```dart\nAxisLayout(\n  axis: Axis.horizontal,\n  children: [child1, AxisLayoutChild(child: child2, expand: 1)]);\n```\n\n## Support this project\n\n### Bitcoin\n\n[bc1qhqy84y45gya58gtfkvrvass38k4mcyqnav803h](https://www.blockchain.com/pt/btc/address/bc1qhqy84y45gya58gtfkvrvass38k4mcyqnav803h)\n\n### Ethereum (ERC-20) or Binance Smart Chain (BEP-20)\n\n[0x9eB815FD4c88A53322304143A9Aa8733D3369985](https://etherscan.io/address/0x9eb815fd4c88a53322304143a9aa8733d3369985)\n\n### Helium\n\n[13A2fDqoApT9VnoxFjHWcy8kPQgVFiVnzps32MRAdpTzvs3rq68](https://explorer.helium.com/accounts/13A2fDqoApT9VnoxFjHWcy8kPQgVFiVnzps32MRAdpTzvs3rq68)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaduandrade%2Faxis_layout_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaduandrade%2Faxis_layout_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaduandrade%2Faxis_layout_flutter/lists"}