Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 705 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 705 Bytes

Client did not pay?

Add opacity to the app contents 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's UI is fully vanished.

EnsurePayment(
    dueDate = "2024-08-24", // Due date for payment
    gracePeriod = 14 // Grace period in days
) {
    // App contents..
    NavGraph(...)
}

Author

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.