mattkoch614 / dicee-flutter-v2

Starter code for the Dicee project in the Complete Flutter Bootcamp, updated for Flutter 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dicee 🎲 (for Flutter 2.x)

This is an updated version of the starter Flutter project for a "Dicee" game, originally created by London App Brewery. To update the code for Flutter 2.x, all that was done was:

  1. Created a new project using flutter create
  2. Copied main.dart from the original repo into the new repo
  3. Copied the /images directory from the original repo into the new repo
  4. Added the following to pubspec.yaml:
  assets:
    - images/

About

Starter code for the Dicee project in the Complete Flutter Bootcamp, updated for Flutter 2


Languages

Language:C++ 55.2%Language:CMake 26.1%Language:HTML 12.9%Language:C 2.4%Language:Dart 1.4%Language:Swift 1.3%Language:Kotlin 0.4%Language:Objective-C 0.1%