{"id":32295379,"url":"https://github.com/dokkarrachidreda/interactive-add-button-layout","last_synced_at":"2026-02-20T22:01:27.646Z","repository":{"id":56833068,"uuid":"204191633","full_name":"DokkarRachidReda/Interactive-Add-Button-Layout","owner":"DokkarRachidReda","description":" Custom Layout with interactive add button to impove your UI and UX .","archived":false,"fork":false,"pushed_at":"2019-08-24T17:59:46.000Z","size":1489,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-18T23:53:47.214Z","etag":null,"topics":["awesome","dribbble","dribble-shots","flutt","flutter-demo","flutter-examples","flutter-material","flutter-package","flutter-ui","flutter-widget","widgets"],"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/DokkarRachidReda.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":"2019-08-24T17:40:37.000Z","updated_at":"2025-09-06T18:43:36.000Z","dependencies_parsed_at":"2022-09-13T08:42:03.493Z","dependency_job_id":null,"html_url":"https://github.com/DokkarRachidReda/Interactive-Add-Button-Layout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DokkarRachidReda/Interactive-Add-Button-Layout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DokkarRachidReda%2FInteractive-Add-Button-Layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DokkarRachidReda%2FInteractive-Add-Button-Layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DokkarRachidReda%2FInteractive-Add-Button-Layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DokkarRachidReda%2FInteractive-Add-Button-Layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DokkarRachidReda","download_url":"https://codeload.github.com/DokkarRachidReda/Interactive-Add-Button-Layout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DokkarRachidReda%2FInteractive-Add-Button-Layout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29666421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["awesome","dribbble","dribble-shots","flutt","flutter-demo","flutter-examples","flutter-material","flutter-package","flutter-ui","flutter-widget","widgets"],"created_at":"2025-10-23T03:55:09.084Z","updated_at":"2026-02-20T22:01:27.641Z","avatar_url":"https://github.com/DokkarRachidReda.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive Add button layout\n\nCustom Layout with interactive add button to impove your UI and UX .\n\nthe package is available [here](https://pub.dev/packages/interactive_add_button_layout)\n\ninspired from [Oleg Frolov](https://dribbble.com/shots/6558740-Add-Button-Interaction).\n\n## Usage \n\n### Import the Package \nadd this dependencies to your app\n` dependencies: interactive_add_button_layout: ^0.1.0 `\n### Use the Package\nadd this import statement \n` import 'package:interactive_add_button_layout/interactive_add_button_layout.dart';`\n\nThe layout need to be the root layout of your widget (screen)\n\nand Now to use it, add this code to your widget : \n\n```Dart\nreturn Scaffold(\n      ...\n      body: AddButtonLayout( parameters )\n\n```\nThe layout has 6 parameters which are : \n\n* `child` : you know what is that xD, in case you don't it's the child of the layout which mean that the layout is his parent .\n* `row` : a List of Widgets to be diplayed in a row for the Row layout .\n* `column` : a List of Widgets to be diplayed in a column for the Column layout .\n* `onPressed`: the function to be called when the user click the add button .\n* `color` : the color of the layout (color of the background), by default it's `Color(0xff2A1546)` .\n* `btnColor` : the color of the add button \n\nthe `row` and `column` and `child` are required !\n\n## Example : \nyou can find a demo app in `./example`\n\n## Gif \n\n\u003cimg src=\"https://github.com/DokkarRachidReda/Interactive-Add-Button-Layout/blob/master/add_button.gif\" width=\"300\"/\u003e\n\n## Contribution \nFeel free to contribute, to report a bug or  to suggest a feature,Thank you :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokkarrachidreda%2Finteractive-add-button-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdokkarrachidreda%2Finteractive-add-button-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokkarrachidreda%2Finteractive-add-button-layout/lists"}