Xylophone.

Xylophone Flutter App

Overview

The Xylophone Flutter App is a simple and engaging music application built with Flutter. It allows users to play musical beats using a virtual xylophone interface. Perfect for music enthusiasts or anyone looking to beat boredom creatively.


Features

  • 🎵 Interactive Xylophone Keys: Tap different keys to produce unique musical notes.
  • 🎨 Vibrant UI: Colorful and intuitive user interface designed for all age groups.
  • 🚀 Cross-Platform Support: Works seamlessly on Android and iOS devices.

Technologies Used

  • Flutter: Core framework for building the app.
  • Dart: Programming language used in Flutter.
  • Kotlin: For Android-specific implementations.

Installation

Prerequisites:

Steps:

  1. Clone the repository:
    git clone https://github.com/reetpriye/xylophone-flutter.git
    
  2. Navigate to the project directory:
    cd xylophone-flutter
    
  3. Fetch dependencies:
    flutter pub get
    
  4. Run the app:
    flutter run