Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnakumarcn/faded
Client did not pay? Add opacity to widgets and decrease it every day until their app completely fades away. Set a due date and customize the number of days you offer them until the app is fully vanished.
https://github.com/krishnakumarcn/faded
dart flutter flutter-package
Last synced: 18 days ago
JSON representation
Client did not pay? Add opacity to widgets and decrease it every day until their app completely fades away. Set a due date and customize the number of days you offer them until the app is fully vanished.
- Host: GitHub
- URL: https://github.com/krishnakumarcn/faded
- Owner: krishnakumarcn
- License: apache-2.0
- Created: 2021-01-19T16:20:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T23:16:09.000Z (10 months ago)
- Last Synced: 2025-01-17T10:11:50.424Z (20 days ago)
- Topics: dart, flutter, flutter-package
- Language: Dart
- Homepage: https://pub.dev/packages/faded
- Size: 8.08 MB
- Stars: 88
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Faded: A Tale of Revenge
### Client did not pay?
Add opacity to your widgets and decrease it every day until their app completely fades away. Set a due date and customize the number of days you offer them until the app is fully vanished.---
Faded is a simple widget that fades in and out based on due dates,
to be used sparingly and with caution
due to its hidden agenda against your client.**Usage:**
```dart
Faded(
dueDate: DateTime(2024, 04, 30),
daysDeadline: 3,
child: MyContent(),
)
```- [dueDate] : The date when the widget starts its revenge.
- [daysDeadline] : How many days after the due date the revenge completes.
The widget will sharpen its blades and blur them day-by-day
after the [dueDate] until the [daysDeadline], and go dark
after [daysDeadline]
- [child] : The content shown, controlled by the widget's secret agenda.**Note:**
Be careful! This widget looks innocent but holds a grudge against its creator.