{"id":15442370,"url":"https://github.com/sajadrahimi1/transition-plus","last_synced_at":"2025-04-19T19:55:45.564Z","repository":{"id":56841425,"uuid":"469905512","full_name":"SajadRahimi1/transition-plus","owner":"SajadRahimi1","description":"You can use this package for transition between screens with interesting way with amazing animation.","archived":false,"fork":false,"pushed_at":"2023-08-14T09:44:58.000Z","size":1917,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:35:05.861Z","etag":null,"topics":["dart","flutter","flutter-navigation","flutter-package","flutter-transition","flutter-transition-animations","page-navigation","pub-dev","transition"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/transition_plus","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/SajadRahimi1.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-03-14T21:08:37.000Z","updated_at":"2024-05-19T06:56:35.000Z","dependencies_parsed_at":"2022-08-29T06:50:53.818Z","dependency_job_id":null,"html_url":"https://github.com/SajadRahimi1/transition-plus","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/SajadRahimi1%2Ftransition-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajadRahimi1%2Ftransition-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajadRahimi1%2Ftransition-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajadRahimi1%2Ftransition-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SajadRahimi1","download_url":"https://codeload.github.com/SajadRahimi1/transition-plus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249787037,"owners_count":21325569,"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","flutter-navigation","flutter-package","flutter-transition","flutter-transition-animations","page-navigation","pub-dev","transition"],"created_at":"2024-10-01T19:27:02.667Z","updated_at":"2025-04-19T19:55:45.547Z","avatar_url":"https://github.com/SajadRahimi1.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transition plus \nYou can use this package for transition between screens with interesting way with amazing animation.\n\n## Video of transtion_plus\n\n\u003cimg src=\"https://github.com/SajadRahimi1/transition-plus/raw/main/record/record.gif\" width=\"340\" height=\"640\" title=\"Screen Shoot\"\u003e\n\n## How to use it\n\nFirst of all you need to add it to pubspec.yml .\n\n```yaml\ndependencies:\n  transition_plus: 0.0.12\n```\n\nThen import it to your class\n```dart\nimport 'package:transition_plus/transition_plus.dart';\n```\n\nNow you can use it like this\n\n```dart\nNavigator.push(context, ScaleTransition1(page: SecondPage())),\n```\n\n\n## Diffrent animation\n\nBy default transition is start from center of screen. You can change it like this\n\n```dart\nNavigator.push(context, ScaleTransition1(page: SecondPage(), type: ScaleTrasitionTypes.bottom)),\n```\n\n## List of animation type for scale transition\n\n```dart\n  // trasition that start from bottom to top\n  bottom\n\n  // trasition that start from top to bottom\n  top\n\n  // trasition that start from bottom left\n  bottomLeft\n\n  // trasition that start from bottom right\n  bottomRight\n\n  // trasition that start from center\n  center\n\n  // trasition that start from right\n  right\n\n  // trasition that start from left\n  left\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajadrahimi1%2Ftransition-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajadrahimi1%2Ftransition-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajadrahimi1%2Ftransition-plus/lists"}