2 comments found.
How to change the language, Japanese or Korean? Where to hosting? Can it be used by multiple users? How do I charge users?
Thanks for your interest in Rent Folio.
Here are the answers to your questions:
Language: The app is currently provided in English. However, since you receive the full Flutter Source Code, you can easily translate the text strings into Japanese or Korean by simply editing the text files in the code.
Hosting: You do not need hosting! This is an Offline-First application. It uses a local database (Isar) stored directly on the device. This means zero server costs for you.
Multiple Users: This app is designed as a personal tool for a single landlord or property manager to track their portfolio on their own device. It does not currently support multi-user cloud syncing.
Charging Users: Since you own the source code, You can charge users by setting it as a Paid App or by integrating Subscription/In-App Purchase logic.
Hope this helps! Let us know if you have any other questions.
Does a single user register new account and log in? Email address Register or Phone number? What is the user registration process? Can i customize fonts, app colors, and interface appearance?
1. Registration & Login: This app is designed to be frictionless and offline-first.
No Registration Needed: There is no login, email sign-up, or phone verification required.
Instant Access: When a user downloads the app, they open it and start using it immediately.
Why we did this: This ensures maximum privacy for your users (data stays on their phone) and removes barriers to entry, which increases user retention.
2. Customization (Fonts, Colors, UI): Yes, absolutely! You receive the full Flutter Source Code.
Colors: We have a dedicated app_theme.dart file where you can change the entire color scheme (Primary, Secondary, Background) in just a few lines of code.
Fonts: You can easily swap the Google Font in the theme settings to match your brand.
Interface: Since you own the code, you have 100% control to modify any screen, widget, or layout as you see fit.
Hope that clarifies things!
❤️ Is there a documentation to how change the app theme name and logo?
Yes, absolutely. The project comes with a comprehensive HTML Documentation guide included in the download.
It contains step-by-step instructions (with copy-paste commands) on how to:
Change the App Name and Package Name.
Update the App Icon and Splash Screen using our generator scripts.
Customize the App Theme and Colors.
We designed it to be very easy to follow.
No way to issue invoice to tenants
Thanks for checking out Rent Folio.
Currently, the app generates PDF Rent Receipts (proof of payment) that you can instantly share via WhatsApp or Email after recording a payment.
However, PDF Invoices (bills sent before payment) is a fantastic suggestion! We have added this to our roadmap and it will be included in the next update. Thanks for the feedback!