-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infra/upgrade dependencies
- Loading branch information
Showing
18 changed files
with
350 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"flutterSdkVersion": "3.19.6", | ||
"flavors": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
## [2.0.0] - Dependency upgrade. Breaking change for DueDate | ||
|
||
- Dart version upgraded to >=3.0.0 | ||
- `dueDate` changed to a `DateTime` from `String` (it was a noobie library on inception🙂, now evolved into yet another | ||
noobie library with `DateTime` 🤓 ) | ||
|
||
## [1.1.1] - Minor formatting changes | ||
|
||
## [1.1.0] - Support null safety. | ||
|
||
## [1.0.2] - Minor changes to documentation. | ||
|
||
## [1.0.0] - Initial release. | ||
Get. set. Go.. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,35 @@ | ||
# Faded! | ||
# Faded: A Tale of Revenge | ||
|
||
## Client did not pay? | ||
### 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( | ||
// Due date should be in yyyy-mm-dd format | ||
dueDate: '2021-01-15', | ||
daysDeadline: 12, | ||
child: MyApp(), | ||
) | ||
Faded( | ||
dueDate: DateTime(2024, 04, 30), | ||
daysDeadline: 3, | ||
child: MyContent(), | ||
) | ||
``` | ||
|
||
And.... Faded! the app is all gone now.. | ||
|
||
- [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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.