{"id":20497698,"url":"https://github.com/simrat39/animated_fab","last_synced_at":"2025-06-10T11:01:53.640Z","repository":{"id":107726696,"uuid":"315830999","full_name":"simrat39/animated_fab","owner":"simrat39","description":"Gmail like floating action button which expands on scrolling up","archived":false,"fork":false,"pushed_at":"2020-11-27T23:33:44.000Z","size":21887,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T06:31:14.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/simrat39.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":"2020-11-25T04:43:43.000Z","updated_at":"2020-11-27T23:33:47.000Z","dependencies_parsed_at":"2023-06-08T21:00:52.226Z","dependency_job_id":null,"html_url":"https://github.com/simrat39/animated_fab","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/simrat39%2Fanimated_fab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fanimated_fab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fanimated_fab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fanimated_fab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simrat39","download_url":"https://codeload.github.com/simrat39/animated_fab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242087914,"owners_count":20069722,"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-11-15T18:11:47.076Z","updated_at":"2025-03-05T18:56:44.826Z","avatar_url":"https://github.com/simrat39.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimatedFAB\n\n## Description:\n### A Gmail like FloatingActionButton which expands when the user scrolls up.\n\n![Fab3](./fab3.gif)\n\n## Usage:\n### In your scaffold:\n    floatingActionButton: AnimatedFAB(\n        scrollController: scrollController,\n        icon: Icon(\n          Icons.add,\n          color: Colors.white,\n        ),\n        text: 'Add',\n        maxWidth: 50,\n        backgroundColor: Colors.teal,\n        onTap: () {\n          print(\"tapped\");\n        },\n        // textStyle: whatever\n        // contentPaddingFactor: whatever\n      ),\n\n### Make sure a valid scroll controller is provided.\n\n## Add to your project\n### In your pubspec.yaml\n    dependencies:\n      flutter:\n        sdk: flutter\n\n      animated_fab:\n        git: \n          url: https://github.com/simrat39/animated_fab\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrat39%2Fanimated_fab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimrat39%2Fanimated_fab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrat39%2Fanimated_fab/lists"}