Epic Games Flutter UI
A flutter implementation of the Epic Games Concept Home Page by Andrey Artamonov.
A screenshot:
Getting Started 🚀
- You need the Flutter SDK setup.
- You should setup your desktop environment to be able to run the code on desktop.
- Get packages with
$ flutter packages get
. - Run it
$ flutter run -d macos
, replace macos with your platform.