Skip to content

Commit

Permalink
- added images for github
Browse files Browse the repository at this point in the history
 - updated README.md
  • Loading branch information
maliksenpai committed Jan 29, 2022
1 parent 56131c7 commit 5cadf98
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 16 deletions.
48 changes: 32 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# findgamemates

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
The purpose of the Aslan Ağızı Hanı application is for users to create games and create a game team. Users
In these game posts, you can specify the type and location of the game and players can choose their own wishes.
You can find games accordingly. In addition, it is possible to communicate with comments in game posts.

Firebase is used as a backend in the application. In-app auth only by e-mail is done. There is no registration screen in the application,user enters with e-mail and password and an account activation mail is sent to the e-mail address and if the user accepts it if he does, the account will be active and he can log in.

The UI in the application changes according to the device used. For example, if the user logs in with an iOS phone if he does, he will encounter Cupertino UI elements, if he logs in with an Android phone, he will find the elements with Material UI encounters with. Here, some functional differences are arranged by each operating system in its own way.

State management is made with GetX. With this structure, which is both flexible and restrictive, the project has no problems works somehow.


<h5> <b> Application Feature</b> </h5>
<ul>
<li> Authority with Firebase </li>
<li> Create post </li>
<li> Filter posts with multiple choices </li>
<li> Add comment to posts </li>
<li> Dark/Ligth Theme </li>
<li> The UI changes according to the phone is operating system </li>
<li> Logs user operations </li>
</ul>

<h5> <b> Application Tools </b> </h5>
<ul>
<li> Flutter </li>
<li> Get </li>
<li> Hive </li>
<li> Firebase </li>
<li> Google Fonts </li>
</ul>


Binary file added images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/5.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 5cadf98

Please sign in to comment.