SkillAgentSearch skills...

FlutterGames

Flutter app for purchasing and renting games.

Install / Use

/learn @rayliverified/FlutterGames
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Flutter Games

Flutter Responsive GitHub release GitHub Release Date GitHub issues API GitHub top language Libraries.io for GitHub License

<img src="assets/Game-Controller-Logo-iOS.png" width="128">

A Flutter app for purchasing and renting games.

View Demo

Flutter Games is an app for purchasing and renting games. This demo app is my first adventure in Flutter and I have to say its been a blast!

Screenshots

Screenshots

<img src="https://raw.githubusercontent.com/searchy2/FlutterGames/master/screenshots/main_1_540x900.jpg" width="360"/> <img src="https://raw.githubusercontent.com/searchy2/FlutterGames/master/screenshots/details_1_540x900.jpg" width="360"/>

<img src="https://raw.githubusercontent.com/searchy2/FlutterGames/master/screenshots/details_2_540x900.jpg" width="360"/> <img src="https://raw.githubusercontent.com/searchy2/FlutterGames/master/screenshots/coming_soon_540x900.jpg" width="360"/>

Flutter is Amazing

A quick list of what I found makes Flutter great:

  • Views are code. Much less boilerplate than having adapters, viewholders, and XML all over the place.
  • Hero shared element transitions. Just wrap shared elements in a Hero widget and give them the same tag to created a shared transition. No need to read 3 pages of documentation and write tightly coupled code :) This is truly mindblowing.
  • Graceful image loading. Flutter understands that visible images should be loaded first. The way Flutter does image loading in a List is just so beautiful!
  • Highly customizable button content positioning. On Android, Buttons aren't very well designed. 'drawableLeft' and 'drawableRight' have very awkward and difficult to customize positioning. Flutter gives you full control over the positioning of items in your button.
  • Minimal dependencies. Flutter comes with so much out of the box. This entire app was built without any external dependencies! (cupertino icons doesn't count :P)

Flutter Wishlist

Flutter is very new so there are some features and libraries missing that would make development much better. Here are some of those missing components I would have liked to use:


Image Gallery ✔️

Something to view images with. Android doesn't have a good image viewing library either (sigh).

UPDATE: https://github.com/tinylife-io/flutter_scroll_gallery

Change Button's Inner Contents on Press

There's no way to set text/icon color when a button is pressed. This lack of functionality really limits the range of buttons one can create.

Video Player ✔️

Something to play trailer videos or just videos in general.

UPDATE: https://github.com/brianegan/chewie


If any of the above now exists, please let me know.

Pull requests are most welcome!

If you've fixed a bug or have a feature you've added, just create a pull request. If you've found a bug, file an issue. If you have any questions or would like to discuss upcoming features, please get in touch. You can get in touch with me in the Contact section below.

★ Acknowledgements ★

♥ Developer ♥

Ray Li

♥ Designer ♥

Ray Li

♥ Inspiration ♥

FlutterCinematic

FlutterPlantly

FlutterMovieDetailsUI

FlutterMates

♥ Sponsor ♥

Codelessly - Flutter UI Builder

★ Get in Touch ★

<a href="mailto:ray.li.verified@gmail.com"> <img alt="Ray Li Email" src="https://lh3.googleusercontent.com/yN_m90WN_HSCohXdgC2k91uSTk9dnYfoxTYwG_mv_l5_05dV2CzkQ1B6rEqH4uqdgjA=w96" /> </a> <a href="https://rayliverified.com"> <img alt="Ray Li Website" src="https://lh3.googleusercontent.com/YmMGcgeO7Km9-J9vFRByov5sb7OUKetnKs8pTi0JZMDj3GVJ61GMTcTlHB7u9uHDHag=w96" /> </a> <a href="https://twitter.com/RayLiVerified"> <img alt="Ray Li Twitter" src="https://lh3.ggpht.com/lSLM0xhCA1RZOwaQcjhlwmsvaIQYaP3c5qbDKCgLALhydrgExnaSKZdGa8S3YtRuVA=w96" /> </a> <a href="https://linkedin.com/in/rayliverified/"> <img alt="Ray Li LinkedIn" src="https://lh3.googleusercontent.com/00APBMVQh3yraN704gKCeM63KzeQ-zHUi5wK6E9TjRQ26McyqYBt-zy__4i8GXDAfeys=w90" /> </a> <a href="https://www.uplabs.com/ray"> <img alt="Ray Li UpLabs" src="https://lh3.googleusercontent.com/fDJB4jtIgZQF_Dj7AFAPEv2dJOJE8LaLSbaiOOFejQJl3oFbkOLLScstkp699oMDcEU=w90" /> </a> <a href="https://github.com/searchy2"> <img alt="Ray Li GitHub" src="https://lh3.googleusercontent.com/L15QqmKK7Vl-Ag1ZxaBqNQlXVEw58JT2BDb-ef5t2eboDh0pPSLjDgi3-aQ3Opdhhyk=w96" /> </a>

Search Terms

flutter, game, movie, demo, sample, rent, buy, shop, UI

License

BSD Zero Clause License

Copyright © 2020 Ray Li

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Related Skills

View on GitHub
GitHub Stars336
CategoryDevelopment
Updated1d ago
Forks75

Languages

Dart

Security Score

100/100

Audited on Apr 2, 2026

No findings