{"id":19775033,"url":"https://github.com/letsar/flutter_parallax","last_synced_at":"2025-04-30T19:30:28.191Z","repository":{"id":56829904,"uuid":"123708349","full_name":"letsar/flutter_parallax","owner":"letsar","description":"A Flutter widget that moves according to a scroll controller.","archived":false,"fork":false,"pushed_at":"2020-06-25T17:45:27.000Z","size":5304,"stargazers_count":101,"open_issues_count":11,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T04:06:58.020Z","etag":null,"topics":["dart","flutter","parallax-scrolling"],"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/letsar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"letsar","patreon":"romainrastel","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/romainrastel","paypal.me/RomainRastel"]}},"created_at":"2018-03-03T16:12:15.000Z","updated_at":"2025-02-12T06:48:23.000Z","dependencies_parsed_at":"2022-09-02T04:00:34.724Z","dependency_job_id":null,"html_url":"https://github.com/letsar/flutter_parallax","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsar%2Fflutter_parallax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsar%2Fflutter_parallax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsar%2Fflutter_parallax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsar%2Fflutter_parallax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letsar","download_url":"https://codeload.github.com/letsar/flutter_parallax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251769158,"owners_count":21640847,"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":["dart","flutter","parallax-scrolling"],"created_at":"2024-11-12T05:14:36.183Z","updated_at":"2025-04-30T19:30:23.178Z","avatar_url":"https://github.com/letsar.png","language":"Dart","readme":"# flutter_parallax\n\nA Flutter widget that moves according to a scroll controller.\n\n[![Pub](https://img.shields.io/pub/v/flutter_parallax.svg)](https://pub.dartlang.org/packages/flutter_parallax)\n\n## Features\n\n* Can contain **any** widget.\n* Configurable parallax scroll direction.\n* Customizable parallax delegate.\n* For widgets inside **and** outside a scroll view (list items and list backgrounds for example). \n\n![Screenshot](https://raw.githubusercontent.com/letsar/flutter_parallax/master/doc/images/parallax.gif)\n\n## Getting started\n\nIn the `pubspec.yaml` of your flutter project, add the following dependency:\n\n```yaml\ndependencies:\n  ...\n  flutter_parallax: \"^0.1.2\"\n```\n\nIn your library add the following import:\n\n```dart\nimport 'package:flutter_parallax/flutter_parallax.dart';\n```\n\nFor help getting started with Flutter, view the online [documentation](https://flutter.io/).\n\n## Example\n\n```dart\nnew Parallax.inside(\n    child: new Image.network('https://flutter.io/images/homepage/header-illustration.png'),\n    mainAxisExtent: 150.0,\n);\n```\n\nYou can find more examples in the [Example](https://github.com/letsar/flutter_parallax/tree/master/example) project.\n\n## Constructors\n\n* The `Parallax.inside`, that computes the parallax offset from its position in its first `Scrollable` parent.\nUseful for list or grid items.\n* The `Parallax.outside`, that computes the parallax offset from the percentage of the scrollable's container extent.\nUseful for a list or grid background.\n* The `Parallax.custom` takes a `ParallaxDelegate`, which provides the ability to customize additional aspects of the child model. For example, a `ParallaxDelegate`\ncan control the algorithm used to computes the parallax offset of the child within its parent.\n\n## Changelog\n\nPlease see the [Changelog](https://github.com/letsar/flutter_parallax/blob/master/CHANGELOG.md) page to know what's recently changed.\n\n## Contributions\n\nFeel free to contribute to this project.\n\nIf you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue](https://github.com/letsar/flutter_parallax/issues).  \nIf you fixed a bug or implemented a new feature, please send a [pull request](https://github.com/letsar/flutter_parallax/pulls).","funding_links":["https://github.com/sponsors/letsar","https://patreon.com/romainrastel","https://www.buymeacoffee.com/romainrastel","paypal.me/RomainRastel"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsar%2Fflutter_parallax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletsar%2Fflutter_parallax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsar%2Fflutter_parallax/lists"}