Skip to content

Firdavs-coder/humaify

Repository files navigation

Humaify - Humanizer App

Overview

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.

API Integration

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.

Create a .env file and add your API key for the Humanize API

API_KEY=your_api_key_here

Packages Used

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.

Payment Integration

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.

Screenshots

Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5

About

Humaify - AI Humanizer App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published