Skip to content

Inder-singh001/rolling_dice_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rolling_dice_app

The Rolling Dice App is your go-to virtual dice for all your chance games. This app brings the convenience and excitement of rolling dice to your mobile device, offering a virtual alternative to physical dice.

Web-Version

You can access the app by clicking on the following link:
Rolling Dice Web App

Installation for Andriod Users

To install the app, follow these steps:

  1. Go to the "Release" section of the repository.
  2. Locate the latest release version.
  3. In the "Assets" menu, download the (app-release.apk) APK file.
  4. On your Android device, enable installation from unknown sources in the settings.
  5. Locate the downloaded APK file on your device and tap on it.
  6. Follow the on-screen instructions to install the app.

Contribution

To contribute to the Rolling Dice App, please ensure you have the following prerequisites:

  • Flutter (framework)
  • Android Studio and Emulator
  • Visual Studio Code

Follow the Flutter Installation Documentation to set up the required development environment.

Steps to contribute

  1. Forks this repository to your own GitHub account
  2. Clone your forked repository by copying the URL and run the following command in your terminal:
git clone URL                          
  1. Set up your development environment by running the following command in the terminal:
flutter pub get
  1. Set up an Emulator
  • Launch your device to run the app in Visual Studio Code at : Emulator
  1. Run the app using the following command in the terminal:
flutter run 
  1. Make the desired changes and enhancements, and push your changes to the origin repository.

Thank you for considering contributing to the Rolling Dice App. Your contributions are highly appreciated.