Important
The mobile Flaru app is intended for proof-of-concept purposes only and is not intended for release. For another Ruffle native mobile app, check out these major projects: https://github.com/torokati44/ruffle-android
Flaru for desktop is here: https://github.com/jooy2/flaru
Important
An app utilizing this project has been released to the app store and the project is no longer maintained.
Note
This application is an emulator and does not contain Flash game files (SWF).
This is Unofficial Ruffle Flash Player Based on Ruffle Flash Emulator.
I'm not the official developer of Ruffle. For issues and documentation related to the emulator, please refer to the official Ruffle repository documentation below.
Official Ruffle Desktop Player is here!: https://github.com/ruffle-rs/ruffle
(*This is just an emulator and does not contain any games.)
Flutter + Ruffle Self-hosted package wrapped in Flutter Webview
This app plots the emulator (built for self-hosted use) in a webview, so there may be a performance difference compared to the official Ruffle Desktop Application.
There is no built-in automatic update in the app. It is recommended to download the updated emulator version by referring to the GitHub Release page on a monthly basis.
This project is written in Dart + Flutter. For Flutter environment settings, please refer to the following documentation.
https://docs.flutter.dev/get-started/install
$ flutter pub get
Once everything is ready, proceed with the steps below. If you do not proceed, the execution may not work correctly.
The project sources do not include the Ruffle
source files. So, before building or testing, you need to get the latest version of Ruffle self-hosted distribution.
Download the latest version of the self-hosted version from the Ruffle Release Page, unzip it and paste it in the following path: /assets/www/js/ruffle
You only need to paste the .map
, .js
, .wasm
files inside the compressed file.
The webview code is located in assets/www
. We recommend applying the eslint
and prettier
settings to work with files located here.
Copyright © 2022-2024 Jooy2 <jooy2.contact@gmail.com> Released under the MIT license. (Source code excluding Ruffle and external modules)
Important
Please use the build package only for personal testing. Distribution of packages for production/commercial use is not permitted.
For detailed license of Ruffle, please refer to the following document: https://github.com/ruffle-rs/ruffle/blob/master/LICENSE.md