{"id":13684572,"url":"https://github.com/alanchan-dev/Breathing-Collection","last_synced_at":"2025-05-01T00:32:05.440Z","repository":{"id":61972800,"uuid":"438084636","full_name":"alanchan-dev/Breathing-Collection","owner":"alanchan-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-29T14:32:51.000Z","size":2571,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T09:04:13.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alanchan-dev.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":"2021-12-14T01:59:47.000Z","updated_at":"2024-05-03T01:55:15.000Z","dependencies_parsed_at":"2022-10-24T13:15:23.247Z","dependency_job_id":null,"html_url":"https://github.com/alanchan-dev/Breathing-Collection","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/alanchan-dev%2FBreathing-Collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanchan-dev%2FBreathing-Collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanchan-dev%2FBreathing-Collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanchan-dev%2FBreathing-Collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alanchan-dev","download_url":"https://codeload.github.com/alanchan-dev/Breathing-Collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224230569,"owners_count":17277372,"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-08-02T14:00:35.046Z","updated_at":"2024-11-12T06:30:17.897Z","avatar_url":"https://github.com/alanchan-dev.png","language":"Dart","readme":"# Breathing Collection\nA collection of Flutter widgets with breathing animation.\n\n### List of widgets\n* [BreathingGlowingButton](#breathingglowingbutton)\n* [BreathingBackground](#breathingbackground)\n* More coming\n\n## Installing\n\nAdd this to your package's pubspec.yaml file and run `flutter pub get`:\n\n```yaml\ndependencies:\n  breathing_collection: ^1.0.0+3\n```\nNow in your Dart code, you can use:\n\n```dart\nimport 'package:breathing_collection/breathing_collection.dart';\n```\n---\n\n## Examples\n\n#### BreathingGlowingButton\n![Breathing Glowing Button](https://raw.githubusercontent.com/DogeeeXD/Breathing-Collection/master/doc/screenshots/breathing_glowing_button.gif)\n\n```dart\nBreathingGlowingButton(\n    height: 60.0,\n    width: 60.0,\n    buttonBackgroundColor = Color(0xFF373A49);\n    glowColor = Color(0xFF777AF9);\n    icon = Icons.mic;\n    iconColor = Colors.white;\n    onTap = () {\n        // do something\n    };\n)\n```\n\n#### BreathingBackground\n![Breathing Background](https://raw.githubusercontent.com/DogeeeXD/Breathing-Collection/master/doc/screenshots/breathing_background.gif)\n\n```dart\nBreathingBackground(\n    initialMainColor = Color(0xFFDAD9E7),\n    transformedMainColor = Color(0xFFB1B1BD),\n    initialSecondaryColor = Color(0xFFB1B1BD),\n    transformedSecondaryColor = Colors.white,\n    begin = Alignment.topCenter,\n    end = Alignment.bottomCenter,\n    duration = Duration(seconds: 3),\n)\n```\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanchan-dev%2FBreathing-Collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falanchan-dev%2FBreathing-Collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanchan-dev%2FBreathing-Collection/lists"}