{"id":15008689,"url":"https://github.com/yalda-student/bouncing_spinner","last_synced_at":"2025-04-09T16:22:24.866Z","repository":{"id":39855049,"uuid":"495826971","full_name":"yalda-student/bouncing_spinner","owner":"yalda-student","description":"Bouncing Spinner implemented with Flutter","archived":false,"fork":false,"pushed_at":"2022-05-25T17:34:20.000Z","size":1456,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T18:38:13.105Z","etag":null,"topics":["android","animation","dartlang","flutter","ios","loading","loading-indicator","spinner"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/bouncing_spinner","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/yalda-student.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-05-24T13:06:07.000Z","updated_at":"2023-05-01T02:44:22.000Z","dependencies_parsed_at":"2022-09-02T16:11:38.702Z","dependency_job_id":null,"html_url":"https://github.com/yalda-student/bouncing_spinner","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/yalda-student%2Fbouncing_spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yalda-student%2Fbouncing_spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yalda-student%2Fbouncing_spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yalda-student%2Fbouncing_spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yalda-student","download_url":"https://codeload.github.com/yalda-student/bouncing_spinner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065453,"owners_count":21041902,"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":["android","animation","dartlang","flutter","ios","loading","loading-indicator","spinner"],"created_at":"2024-09-24T19:20:01.198Z","updated_at":"2025-04-09T16:22:24.846Z","avatar_url":"https://github.com/yalda-student.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bouncing Spinner\n\n## About\nThis library is designed for using in flutter projects to indicate that the application is busy.\n\n## Features\n\nCustomize this spinner by setting color, radius and number of circles that you like.\n\n## Installing\n\nRun this command:\n\nWith Flutter:\n```dart\nflutter pub add bouncing_spinner\n```\n\nThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):\n\n```dart\ndependencies:\n  bouncing_spinner: 0.0.2\n```\n\n## Import\n\n```dart\nimport 'package:bouncing_spinner/bouncing_spinner.dart';\n```\n\n## \n\nInclude short and useful examples for package users. Add longer examples\nto `/example` folder.\n\n```dart\nBouncingSpinner(\n        length: 5,\n        radius: 25,\n        duration: const Duration(seconds: 1),\n        color1: Colors.purple,\n        color2: Colors.deepPurple,\n      )\n```\n\n## Screenshot\n\n\u003cimg src=\"https://raw.githubusercontent.com/yalda-student/bouncing_spinner/main/screenshots/video_2022-05-24_19-47-29.gif\"  width=\"200\" height=\"200\"\u003e\n\u003c/img\u003e\n\n\n## Contributing\nIf you want to contribute to this project and do improvements, your help is very welcome.\n\n## License\n```xml\nMIT License\n\nCopyright (c) 2022 Yalda Mohasseli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyalda-student%2Fbouncing_spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyalda-student%2Fbouncing_spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyalda-student%2Fbouncing_spinner/lists"}