FLUTTER ECOSYSTEM

moha-b/Flappy-Bird

我們從零開始,僅使用 Dart 與 Flutter 以及沒有第三方遊戲組件,創建了 🐥 Flappy Bird,一個基於 flutter 動畫的簡單遊戲。

小鳥飛行 專案封面
Stars
87
Forks
30
最近推送(UTC)
2024年4月17日
專案狀態
未封存
hab GitHub avatar
GITHUB User

hab ↗

I'll write a nice bio, but not now.

Hiddkenz StudioCairo, Egypt
語言DartSwiftKotlinObjective-C

技術主題

相關套件與範例

使用的依賴

依賴清單 16 項

App 分類

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Flappy-Bird

banner

A ridiculous game created by Flutter, all you have to do is touch the screen to make the bird leap as long as you avoid the barriers, you'll be OK. Depending on how long you play for, the score will be calculated. On the screen, your top score will always be displayed.

Hive is a lightweight, user-friendly, and ❤️ Simple, powerful database with 🎈 NO native dependencies that we utilize.

Trim

Features ⚡️

  • You may choose the color of the bird.
  • The background can be modified.
  • You can choose the level of difficulty.
  • The music can be muted.

Issues

  • The barriers are not 100% accurate
  • According to the screen boundaries, there's no landscape mode.

Colors

Group 1 Group 2 Group 6 Group 5 Group 4 Group 9 Group 8 Group 3 Group 7

Installation

you can just download the .apk file from the Release.

if you clone it just run

$ flutter pub get

🤓 Good people

https://user-images.githubusercontent.com/73842931/203227568-87586057-ca54-404c-bf8c-907a00127279.png https://user-images.githubusercontent.com/73842931/203234276-e00a46a2-db2b-4143-8977-5dc63a21f722.png https://user-images.githubusercontent.com/73842931/203234281-4ceef1cc-3aba-486a-b6e2-e5f0225f6a73.png




Techniques used 🛠️

preview
  • Minimum SDK level 21
  • Architecture
    • MVC
  • Hive - GetX is an extra-light and powerful solution for Flutter.
  • flutter_launcher_icons - A command-line tool that simplifies the task of updating your Flutter app's launcher icon.
  • audio_players - A Flutter plugin to play multiple audio files simultaneously
  • webview_flutter - A Flutter plugin that provides a WebView widget on Android and iOS
  • Http - A composable, multi-platform, Future-based API for HTTP requests.
  • url_launcher - Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.
  • path_provider - Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
  • url_launcher - Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player
  • smooth_star_rating_null_safety - A smooth rating bar

This game is the culmination of the University-sponsored Next Academy's flutter programming instruction.