Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
moha-b committed Aug 18, 2023
1 parent f34202a commit cfa0db2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 25 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,30 @@ A ridiculous game created by [Flutter](https://flutter.dev/), all you have to do

![Trim](https://user-images.githubusercontent.com/73842931/188281369-8281ac34-16cb-41d2-a64b-c41b153afc7a.gif)

#### Packages 📦
[`Hive`](https://pub.dev/packages/hive) [`Flutter lints`](https://pub.dev/packages/flutter_lints) [`Flutter launcher icons`](https://pub.dev/packages/flutter_launcher_icons) [`Audio players`](https://pub.dev/packages/audioplayers) [`Lottie`](https://pub.dev/packages/lottie) [`Star rating`](https://pub.dev/packages/smooth_star_rating_null_safety)
[`Rating dialog`](https://pub.dev/packages/rating_dialog) [`Web view`](https://pub.dev/packages/webview_flutter) [`Url launcher`](https://pub.dev/packages/url_launcher) [`Http`](https://pub.dev/packages/http) [`Path provider`](https://pub.dev/packages/path_provider)

#### Features ⚡️
## 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
## Issues
- The barriers are not 100% accurate
- According to the screen boundaries, there's no landscape mode.

#### Colors
## Colors
![Group 1](https://user-images.githubusercontent.com/73842931/188268536-b6e5018b-4c47-4386-a8b3-8d23506d9b23.png) ![Group 2](https://user-images.githubusercontent.com/73842931/188268619-1a241d22-6d7a-47b7-9efd-c70e5bb2b97a.png) ![Group 6](https://user-images.githubusercontent.com/73842931/188268863-283a40c0-a22c-4663-b340-1c7eca29b5a7.png) ![Group 5](https://user-images.githubusercontent.com/73842931/188268866-9971f359-1f07-4703-ad4b-4fa9c3e07747.png) ![Group 4](https://user-images.githubusercontent.com/73842931/188268868-170b49b3-3154-4210-bd8a-c26c35deecc3.png) ![Group 9](https://user-images.githubusercontent.com/73842931/188268875-5309e188-3db9-4840-ab12-2fdd0367d80c.png) ![Group 8](https://user-images.githubusercontent.com/73842931/188268876-cecd4948-ed27-42b4-be15-5d6df40ebff6.png) ![Group 3](https://user-images.githubusercontent.com/73842931/188268878-e2a46b32-5fc6-463d-b597-2663e817885a.png) ![Group 7](https://user-images.githubusercontent.com/73842931/188268879-fe7d0914-9a9d-4b16-99e6-4337954d5d96.png)

#### Installation
## Installation
you can just download the `.apk` file from the [Release](https://github.com/moha-b/Flappy-Bird/releases).

if you clone it just run
```dart
$ flutter pub get
```

#### 🤓 Good people
## 🤓 Good people

<a href="https://github.com/moha-b"><img align="left" src="https://user-images.githubusercontent.com/73842931/203227568-87586057-ca54-404c-bf8c-907a00127279.png" height="75"></a>
<a href="https://github.com/linah31"><img align="left" src="https://user-images.githubusercontent.com/73842931/203234276-e00a46a2-db2b-4143-8977-5dc63a21f722.png" height="75"></a>
Expand All @@ -43,6 +40,26 @@ $ flutter pub get
<br>
<br>


## Techniques used 🛠️

<img width="300" align="right" src="screenshots/logo.png" alt="preview" />

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



----


Expand Down
Binary file added screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfa0db2

Please sign in to comment.