imadlite / ride_rate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Rating System in Flutter

This project implements a star rating system using Flutter and GetX for state management. The star rating replaces the traditional slider to provide a more intuitive user experience for rating.

Features

  • Animated Face Reaction: The face reacts based on the rating given.
  • Star Rating Widget: Allows users to rate from 1 to 3 stars.
  • GetX for State Management: Efficiently manages the state of the application.

Screenshot

Screenshot

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/flutter-star-rating.git
    cd flutter-star-rating
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Usage

1. Add GetX to Your Project

Make sure you have GetX added to your pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter
  get: ^4.3.8
  google_fonts: ^2.1.0

About


Languages

Language:Dart 86.6%Language:Ruby 8.4%Language:Swift 4.1%Language:Kotlin 0.7%Language:Objective-C 0.2%