{"id":21486088,"url":"https://github.com/felipecastrosales/animations","last_synced_at":"2025-09-07T21:44:33.936Z","repository":{"id":56141326,"uuid":"305509029","full_name":"felipecastrosales/animations","owner":"felipecastrosales","description":"This Flutter Application has complex animations, smooth and highly customizable, aiming to give a better UI and UX to the user.","archived":false,"fork":false,"pushed_at":"2024-06-23T15:23:01.000Z","size":13160,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-16T03:42:49.305Z","etag":null,"topics":["animations","complex-animations","danielciolfi","flutter","flutter-animation","flutter-animations","flutter-apps","flutter-examples","flutter-material","flutter-ui","flutter-ux","flutterando","flutteranimation","material-design","material-ui","task-list","tasklist","todolist"],"latest_commit_sha":null,"homepage":"","language":"C++","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/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-10-19T20:46:02.000Z","updated_at":"2025-07-05T14:52:02.000Z","dependencies_parsed_at":"2024-11-23T13:29:26.925Z","dependency_job_id":null,"html_url":"https://github.com/felipecastrosales/animations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipecastrosales/animations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fanimations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fanimations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fanimations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fanimations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/animations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fanimations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274101783,"owners_count":25222446,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["animations","complex-animations","danielciolfi","flutter","flutter-animation","flutter-animations","flutter-apps","flutter-examples","flutter-material","flutter-ui","flutter-ux","flutterando","flutteranimation","material-design","material-ui","task-list","tasklist","todolist"],"created_at":"2024-11-23T13:18:58.038Z","updated_at":"2025-09-07T21:44:33.927Z","avatar_url":"https://github.com/felipecastrosales.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eComplex Animations\u003c/h1\u003e\n\n   \u003ch2 align=\"center\"\u003eTopics 📋\u003c/h2\u003e\n\n   \u003cp\u003e\n   \n   - [About 📖](#about-)\n   - [Preview 📱](#preview-)\n   - [Functionalities and Resources 🛠️](#functionalities-and-resources-%EF%B8%8F)\n   - [How to Use 🤔](#how-to-use-)\n   - [How to Contribute 💪](#how-to-contribute-)\n   - [License 📝](#license-)\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\n   \n\u003cp align=\"center\"\u003e\n  Showing the power of Flutter and how it can be used to create complex animations and transitions, with a beautiful and responsive design.\u003cbr\u003e\n\u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003ePreview 📱\u003c/h2\u003e\n\n  \u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/felipecastrosales/animations/assets/59374587/44bdde2d-434a-4513-b840-1a658a388ae9\" width=\"400\" alt=\"Animations Demo\"\u003e\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eFunctionalities and Resources 🛠️\u003c/h2\u003e\n\n   \u003cp\u003e\n\n- Incredible effects and animations,\n- Implemented with the AnimatedBuilder class,\n- Implemented with standard hero animation using the Hero Flutter widget,\n- Provides transitions of elements and pages,\n- A great base app for you who want to use beautiful animations in your apps.\n- And others that you can try... 😉\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\n\n   ```\n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/animations animations\n\n   - Enter in directory:\n   $ cd animations\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Contribute 💪\u003c/h2\u003e\n\n   ```\n   - Fork the project \n\n   - Create a new branch with your changes:\n   $ git checkout -b my-feature\n\n   - Save your changes and create a commit message telling you what you did:\n   $ git commit -m \"feature: My new feature\"\n\n   - Submit your changes:\n   $ git push origin my-feature\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   This repository is under MIT license. You can see the \u003ca href=\"https://github.com/felipecastrosales/animations/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\n\u003c/p\u003e\n\n   ---\n\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course  **[\"Creating Android and iOS Apps with Flutter - Create 16 Apps\"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too! 😉\n\n---\n\n   \u003cdiv align=\"center\"\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fanimations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fanimations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fanimations/lists"}