Giter Club home page Giter Club logo

sudoku-flutter's Introduction

Sudoku

License License Page Views Count Codemagic build status

about

SUDOKU-FILTTER

A open source Sudoku game application powered by Flutter .

you can build the Sudoku Game just for your own.

Download apk for android (preview) -> github release page

screenshots

BootstrapGame

plan-to-do

  • [:bangbang:] sudoku solver with camera scan

environment

  • dart SDK: '>=2.18.6 <3.0.0' // Null-Safety
  • flutter SDK: '^3.0.0'
  • jdk 11

dependency

platform support

  • android
  • iOS
  • WEB (no plan support yet)

install

$> flutter pub get
# options,when you change the lib/state/sudoku_state.dart file,make sure build hive adapter for the project
$> flutter packages pub run build_runner build

run

$> flutter devices
1 connected device:

iPhone SE (2nd generation) (mobile) • 09684738-362A-468F-80F2-1824A785D324 • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-6 (simulator)

$> flutter run -d 09684738-362A-468F-80F2-1824A785D324

pre-for-build

android

create a keystore for apk signature

On Windows

keytool -genkey -v -keystore c:\Users\USER_NAME\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key

On Mac/Linux

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

copy ./android/key.properties.example and rename to ./android/key.properties that contains a reference to your keystore

more information pls reference official website : https://flutter.dev/docs/deployment/android

iOS

sign up apple developer

in Xcode,open ./ios/Runner.xcworkspace to view your app's settings

select the Runner project in the Xcode project navigator. then in the main view sidebar,select the Runner target and select the Identity tab,in the Signing section change Team and Bundle Identifier

more information pls reference official website : https://flutter.dev/docs/deployment/ios

build

# iOS
$> flutter build iOS
# android
$> flutter build apk

more flutter features

see the Flutter official website

star history

Star History Chart

the end

thanks for visit this repository , wish you can like it and star it 😘

sudoku-flutter's People

Contributors

einsitang avatar forfuns avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sudoku-flutter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.