{"id":17596547,"url":"https://github.com/birjuvachhani/flutter_not_paid","last_synced_at":"2025-04-11T20:42:58.381Z","repository":{"id":56829780,"uuid":"331673294","full_name":"BirjuVachhani/flutter_not_paid","owner":"BirjuVachhani","description":"Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away. Set a due date and customize the number of days you offer them until the website is fully vanished.","archived":false,"fork":false,"pushed_at":"2022-10-18T11:18:56.000Z","size":459,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T16:51:29.126Z","etag":null,"topics":["dart","faded","flutter","flutter-package","notpaid","opacity","pub","widget","widget-library"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BirjuVachhani.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-21T15:40:26.000Z","updated_at":"2024-07-23T02:08:43.000Z","dependencies_parsed_at":"2022-09-02T05:50:14.672Z","dependency_job_id":null,"html_url":"https://github.com/BirjuVachhani/flutter_not_paid","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fflutter_not_paid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fflutter_not_paid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fflutter_not_paid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fflutter_not_paid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BirjuVachhani","download_url":"https://codeload.github.com/BirjuVachhani/flutter_not_paid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248479590,"owners_count":21110914,"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","faded","flutter","flutter-package","notpaid","opacity","pub","widget","widget-library"],"created_at":"2024-10-22T08:43:40.675Z","updated_at":"2025-04-11T20:42:58.353Z","avatar_url":"https://github.com/BirjuVachhani.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/birjuvachhani"],"categories":[],"sub_categories":[],"readme":"![Banner](https://raw.githubusercontent.com/BirjuVachhani/flutter_not_paid/main/banner.png)\n\n# Not Paid - Flutter\n\n[![Pub Version](https://img.shields.io/pub/v/not_paid)](https://pub.dev/packages/not_paid)\n[![Starware](https://img.shields.io/badge/Starware-⭐-black?labelColor=f9b00d)](https://github.com/zepfietje/starware)\n[![Null Safety](https://img.shields.io/badge/Supports-Null%20Safety-brightgreen)](https://pub.dev/packages/not_paid)\n\n## Client did not pay?\n\nAdd opacity to the body tag and decrease it every day until their site completely fades away. Set a due date and customize the number of days you offer them until the website is fully vanished.\n\n## Installation\n\nAdd this to your package's pubspec.yaml file:\n```yaml\ndependencies:\n  flutter_not_paid: \u003clatest_version\u003e\n```\n\n## Usage\n\n```dart\nimport 'package:flutter_not_paid/flutter_not_paid.dart';\n\nNotPaid(\n  deadline: 8,\n  dueDate: DateTime(2020, 01, 28),\n  enabled: true, // default: true\n  showBanner: true, // default: true\n  duration: Duration(seconds: 10), // default: 5 seconds\n  directionality: TextDirection.ltr, // default: ltr\n  child: MaterialApp(\n    title: 'Flutter Not Paid Demo',\n    theme: ThemeData(\n      primarySwatch: Colors.blue,\n    ),\n    home: MyHomePage(title: 'Flutter Not Paid Home Page'),\n  ),\n  ...\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/BirjuVachhani/flutter_not_paid/issues\n[docs]: https://pub.dev/documentation/flutter_not_paid/latest/\n\n\n#### Liked what you saw?\n\nShow some love and support by starring the [repository](https://github.com/birjuvachhani/flutter_not_paid).\n\nOr You can\n\n\u003ca href=\"https://www.buymeacoffee.com/birjuvachhani\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## Author\nInspired from [klempa](https://github.com/kleampa)'s [not-paid](https://github.com/kleampa/not-paid)\n\nby [Birju Vachhani](https://github.com/BirjuVachhani)\n\n## Starware\n\nFlutter Not Paid is Starware.\nThis means you're free to use the project, as long as you star its [GitHub repository](https://github.com/birjuvachhani/flutter_not_paid).\nYour appreciation makes us grow and glow up. ⭐\n\n## License\n\n```\nBSD 3-Clause License\n\nCopyright (c) 2021, Birju Vachhani\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirjuvachhani%2Fflutter_not_paid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirjuvachhani%2Fflutter_not_paid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirjuvachhani%2Fflutter_not_paid/lists"}