{"id":22867970,"url":"https://github.com/smirltech/row_column","last_synced_at":"2025-08-10T23:39:33.793Z","repository":{"id":62458851,"uuid":"505082471","full_name":"smirltech/row_column","owner":"smirltech","description":"un flutter widget qui se transforme on Row ou column","archived":false,"fork":false,"pushed_at":"2022-06-19T11:26:23.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T15:44:04.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/smirltech.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":"2022-06-19T10:52:48.000Z","updated_at":"2022-06-19T10:54:19.000Z","dependencies_parsed_at":"2022-11-02T00:45:56.451Z","dependency_job_id":null,"html_url":"https://github.com/smirltech/row_column","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smirltech%2Frow_column","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smirltech%2Frow_column/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smirltech%2Frow_column/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smirltech%2Frow_column/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smirltech","download_url":"https://codeload.github.com/smirltech/row_column/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458024,"owners_count":20780675,"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-12-13T12:29:43.612Z","updated_at":"2025-03-31T10:49:15.631Z","avatar_url":"https://github.com/smirltech.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). \n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages). \n--\u003e\n\nThis is a widget that displays a list of items.\nSame widget that behaves like a row and like a column.\n\n## Features\n\nWe currently have the following features:\n\n- [RowColumn] is a widget that displays multiple items, either horizontally or vertically, manually after specifying the Axis direction.\n- [FlexibleRowColumn] is a widget that displays multiple items, either horizontally or vertically automatically after detecting orientation.\n\n## Getting started\n\nImport the package:\n\n```\nimport 'package:row_column/row_column.dart';\n```\n\nTo start using this package, add the following to your `pubspec.yaml` file:\n\n```\ndepensencies:\n    row_column: ^0.0.1\n```\n\n## Usage\n\nTo user it just add the widget to the widget tree :\n\n- This `RowColumn` can switch between column and row by specifying the `direction` property.:\n\n```\nRowColumn(\n          mainAxisAlignment: MainAxisAlignment.spaceAround,\n          direction: Axis.horizontal,\n          children: [\n            const Text('Hello'),\n            const Text('My'),\n            const Text('Lovely'),\n            const Text('World'),\n          ],\n        ),\n```\n\n\n- This `FlexibleRowColumn` can detect the orientation of the device and switch betwin column and row automatically:\n\n```\nFlexibleRowColumn(\n          mainAxisAlignment: MainAxisAlignment.spaceAround,\n          children: [\n            const Text('Hello'),\n            const Text('My'),\n            const Text('Lovely'),\n            const Text('World'),\n          ],\n        ),\n```\n\n## Additional information\n\nTell users more about the package: where to find more information, how to\ncontribute to the package, how to file issues, what response they can expect\nfrom the package authors, and more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmirltech%2Frow_column","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmirltech%2Frow_column","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmirltech%2Frow_column/lists"}