firebase_analytics
適用於 Google Analytics for Firebase 的 Flutter 插件,這是一款應用測量解決方案,可提供 Android 和 iOS 上的應用使用情況和使用者參與度的洞察。
一個由 Flutter 驅動的開源數獨遊戲應用。您可以為自己單獨建構數獨遊戲。
適用於 Google Analytics for Firebase 的 Flutter 插件,這是一款應用測量解決方案,可提供 Android 和 iOS 上的應用使用情況和使用者參與度的洞察。
Firebase Crashlytics 的 Flutter 插件。它會將未捕獲的錯誤報告至 Firebase 控制台。
適用於 Firebase Google 性能監控的 Flutter 插件,這是一項應用度量解決方案,可在 Android 和 iOS 上監控追蹤和 HTTP/S 網路請求。
一個用於控制相機的 Flutter 外掛程式。支援預覽相機畫面、拍攝照片和影片,並將影像緩衝區串流傳輸至 Dart。
使用 CameraX 庫實現的相機外掛程式之 Android 版本。
Hive 的擴展。自動為任何類別產生 TypeAdapters 來儲存資料。
v3.0.0建立令人驚艷且強大的模態底部彈出式視窗。支援 Material、Cupertino iOS 13 或自訂風格
v4.5.2透過簡單、可自訂且統一的 API,在 Flutter 中新增美觀的動畫效果與建構器。
將響應式模型傳遞給所有子項的 Widget
TensorFlow Lite Flutter 插件為在移動和桌面平台將 TFLite 模型整合至 Flutter 應用程式,提供簡單、彈性且快速的 Dart API。
用於處理外部函數介面(FFI)程式碼的工具。
使用 LibClang 解析 C、Objective-C 和 Swift 檔案的 FFI 繫結產生器。
{"sdk":"flutter"}{"sdk":"flutter"}^0.20.2^1.2.0^2.4.0^7.0.0^2.0.0^3.0.0^2.2.3^1.1.0^1.0.5^6.1.7^0.9.460.6.50.11.0+1^2.1.3^1.9.0^4.2.0^3.1.2^0.11.01.4.23.3.04.0.411.2.10.10.0+4^2.1.3^4.5.2^2.0.17^0.3.1{"sdk":"flutter"}^2.0.0^2.4.3^16.1.0以下為英文專案原文快照,最新內容請造訪 GitHub。
Platform License License Codemagic build status Page Views Count
SUDOKU-FILTTER
an open source Sudoku game application powered by Flutter .
You could try building a Sudoku game app on your own. This way, you'll get to learn Dart and Flutter pretty fast, along with their ecosystem techs. Plus, this app is super friendly and easy to use.
feature of AI/ML sudoku detect to solver is basically available now , welcome to try and feedback .
document/img/sudoku-detect-bilibili-demo.png
watch: ai solver demo video
about AI/ML model is train by yolov8 , you can also visit ultralytics to know more
download latest release apk for android (preview) -> github release page
We are always very happy to have contributions, whether for trivial cleanups or big new features.
about contributing please read CONTRIBUTING.md
BootstrapGame
ios screenshot by 2026
BootstrapGame
android screenshot by 2025
sudoku-flutter latest version$> 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
$> 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
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
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
# iOS
$> flutter build iOS
# android
$> flutter build apk
thanks for visit this repository , wish you can like it and star it :kissing_heart: