{"id":19346276,"url":"https://github.com/pacifio/rapid","last_synced_at":"2025-04-23T04:36:50.206Z","repository":{"id":178414175,"uuid":"661377423","full_name":"pacifio/rapid","owner":"pacifio","description":"Flutter rapid ui is a library that allows you to build responsive widgets quickly like tailwindcss.","archived":false,"fork":false,"pushed_at":"2023-08-07T07:14:52.000Z","size":31030,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T08:23:20.016Z","etag":null,"topics":["flutter","flutter-package","flutter-packages","flutter-responsive","flutter-ui","responsive","tailwindcss"],"latest_commit_sha":null,"homepage":"https://rapidocs.vercel.app/","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/pacifio.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":"2023-07-02T16:48:39.000Z","updated_at":"2024-10-29T08:05:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"738a6d80-0766-4c75-839a-7a4383a4db3f","html_url":"https://github.com/pacifio/rapid","commit_stats":null,"previous_names":["pacifio/rapid"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacifio%2Frapid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacifio%2Frapid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacifio%2Frapid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacifio%2Frapid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacifio","download_url":"https://codeload.github.com/pacifio/rapid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372529,"owners_count":21419719,"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":["flutter","flutter-package","flutter-packages","flutter-responsive","flutter-ui","responsive","tailwindcss"],"created_at":"2024-11-10T04:09:30.511Z","updated_at":"2025-04-23T04:36:50.198Z","avatar_url":"https://github.com/pacifio.png","language":"Dart","readme":"## Rapid UI\n\n\u003cimg alt=\"Rapid banner\" src=\"https://rapidocs.vercel.app/img/banner.jpg\" /\u003e\n\nFlutter rapid ui is a library that allows you to build responsive widgets quickly like tailwindcss.\n\nRapid allows flutter developers to create responsive sharable widgets in record time with utility first tailwind like classes.\n\n[Check out the documentations](https://rapidocs.vercel.app/)\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:rapid/rapid.dart';\n\nclass DemoCard extends StatelessWidget {\n  const DemoCard({super.key});\n\n  @override\n  Widget build(BuildContext context) {\n    return const Center(\n      child: RapidContainer(\n        styles:\n            \"px-4 py-4 mx-8 my-8 bg-grey-900 rounded-lg shadow-sm laptop:px-0 laptop:py-0\",\n        child: RapidFlow(\n          styles: \"column items-center axis-min laptop:row desktop:row\",\n          children: [\n            RapidContainer(\n              styles:\n                  \"w-16 h-16 laptop:w-32 laptop:h-40 rounded-full desktop:rect bg-grey-800 laptop:rounded-md\",\n              child: SizedBox(),\n            ),\n            SizedBox(\n              height: 16,\n            ),\n            RapidContainer(\n                styles: \"laptop:px-8\",\n                child: RapidFlow(\n                  styles:\n                      \"column items-center axis-min laptop:items-start desktop:items-start\",\n                  children: [\n                    RapidContainer(\n                      styles: \"laptop:w-96\",\n                      child: RapidText(\n                        text:\n                            \"Rapid allows flutter developers to create responsive sharable widgets in record time with utility first tailwind like classes\",\n                        styles:\n                            \"text-center text-white text-md laptop:text-left laptop:leading-relaxed\",\n                      ),\n                    ),\n                    RapidContainer(\n                      styles: \"pt-4\",\n                      child: RapidText(\n                        text: \"Adib Mohsin\",\n                        styles: \"text-blue\",\n                      ),\n                    ),\n                    RapidContainer(\n                      styles: \"pt-1\",\n                      child: RapidText(\n                        text: \"layopay\",\n                        styles: \"text-grey-500 uppercase text-xs\",\n                      ),\n                    )\n                  ],\n                )),\n          ],\n        ),\n      ),\n    );\n  }\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacifio%2Frapid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacifio%2Frapid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacifio%2Frapid/lists"}