Skip to content

jooy2/flaru-mobile

Repository files navigation

flaru-logo

License Programming Language Usage Languages Followers Stars Commit Count Line Count

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

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.)


Flaru for Mobile (WIP)

Flutter + Ruffle Self-hosted package wrapped in Webview

📢 Compatibility

Since the emulator is under development, some content may not run smoothly, and Flash created with ActionScript 3 as of March 2021 is not supported.

See ruffle-rs/ruffle#1368.

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.

💾 Downloads

Currently, the app installation file is not provided separately.

Please use the GitHub Release page attached below.

Flaru Flash Player Release Page

🔨 Build & Run

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.

🔧 Technical Specifications

📋 License

Copyright © 2022-2024 Jooy2 <jooy2.contact@gmail.com> Released under the MIT license. (Source code excluding Ruffle and external modules)

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