{"id":32304026,"url":"https://github.com/anderscheow/whats_new","last_synced_at":"2026-02-22T03:42:04.639Z","repository":{"id":56841900,"uuid":"154483849","full_name":"anderscheow/whats_new","owner":"anderscheow","description":"(Flutter) Beautiful way to showcase new features of your app.","archived":false,"fork":false,"pushed_at":"2019-02-18T08:25:00.000Z","size":70,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T06:25:06.185Z","etag":null,"topics":[],"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/anderscheow.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":"2018-10-24T10:41:12.000Z","updated_at":"2020-11-09T00:53:18.000Z","dependencies_parsed_at":"2022-08-29T07:41:54.538Z","dependency_job_id":null,"html_url":"https://github.com/anderscheow/whats_new","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/anderscheow/whats_new","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderscheow%2Fwhats_new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderscheow%2Fwhats_new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderscheow%2Fwhats_new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderscheow%2Fwhats_new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anderscheow","download_url":"https://codeload.github.com/anderscheow/whats_new/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderscheow%2Fwhats_new/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-10-23T06:16:10.277Z","updated_at":"2026-02-22T03:42:04.633Z","avatar_url":"https://github.com/anderscheow.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whats_new\n\nBeautiful way to showcase new features of your app.\n\n[![pub package](https://img.shields.io/pub/v/whats_new.svg)](https://pub.dartlang.org/packages/whats_new)\n\n![](https://media.giphy.com/media/7zutHtagBM6rlTknu2/giphy.gif)\n\n## Getting Started\n\nAdd the dependency to your `pubspec.yaml`\n\n```yaml\ndependencies:\n whats_new: ^0.0.4\n```\n\nAnd run `flutter packages upgrade`\n\n## How to use\n\n### Option 1 \n\nUse `WhatsNew.show(BuildContext, WhatsNewContent)`.\n\n````dart\n// Only show partial configurations, please refer WhatsNewContent to view more configurations\nWhatsNew.show(context, WhatsNewContent(\n      backgroundColor: Colors.white,\n      title: 'What\\'s New',\n      titleColor: Colors.black,\n      primaryButtonText: 'Let\\'s Go',\n      primaryButtonTextColor: Colors.white,\n      primaryButtonBackgroundColor: Colors.red,\n      secondaryButtonText: 'Learn more',\n      secondaryButtonTextColor: Colors.red,\n      transitionDuration: Duration(milliseconds: 350),\n      featureItemTransitionDuration: Duration(milliseconds: 350),\n      hideSecondaryButton: false,\n      dismissible: false,\n      callback: this,\n      features: [\n        Feature(\n            icon: 'assets/camera-iris.png',\n            iconColor: Colors.red,\n            title: 'Title four',\n            titleColor: Colors.black,\n            description: 'Lorem ipsum dolor sit amet',\n            descriptionColor: Colors.grey\n        ),\n        Feature(\n            icon: 'assets/cellphone.png',\n            iconColor: Colors.red,\n            title: 'Title five',\n            titleColor: Colors.black,\n            description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt',\n            descriptionColor: Colors.grey\n        )\n      ],\n    ));\n````\nor\n### Option 2\n\nCreated your own `WhatsNewContent` and launch with your own `Navigator`.\n\n````dart\nvar content = WhatsNewContent(...)\n\nNavigator.of(context).push(WhatsNew(content));\n````\n\n## Example\n\nCheck out the [example](https://pub.dartlang.org/packages/whats_new#-example-tab-) for more details.\n\n## Changelog\n\nSee [changelog](https://pub.dartlang.org/packages/whats_new#-changelog-tab-).\n\n## Contributions\n\nAny contribution is more than welcome! You can contribute through pull requests and issues on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderscheow%2Fwhats_new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanderscheow%2Fwhats_new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderscheow%2Fwhats_new/lists"}