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.