Humaify - Humanizer App
Humaify is a Flutter application designed to help users humanize their text content. The app provides a user-friendly interface where users can input their text and receive a more human-like version of it.
This application utilizes the RapidAPI service for text humanization. Specifically, it connects to the Humanize API. To use this API, you will need to obtain an API key. You can get your API key by signing up at RapidAPI Humanize API.
API_KEY=your_api_key_here
The following packages are used in this application:
flutter
: The core Flutter framework.http
: For making HTTP requests to the API.flutter_dotenv
: For loading environment variables from a.env
file.internet_connection_checker_plus
: To check the internet connection status.cupertino_icons
: For iOS style icons.
Please note that the payment integration is not included in this application. Users will need to implement their own payment processing code. The pricing page has been created to display the pricing structure, but the actual payment functionality must be developed separately.