

AppCubit class.lib: Contains the main source code.layout/: Defines the main layout and state management cubit.models/: Holds the data model for items on the spinning wheel.modules/: Contains feature-specific modules (e.g., Home, Items, Settings).shared/: Includes shared components, styles, and utilities.Items list from Settings.dart to customize the labels and probabilities.assets/sounds/ with your own sound.languages.dart to add or modify language strings.Posted Dec 23, 2024
This Flutter project implements a customizable spinning wheel feature, ideal for games, random selections, or decision-making tools.