Skip to content

alim-zanibekov/reactor

Repository files navigation

Reactor

JoyReactor mobile client

Screenshots

photo_2022-02-22 23 56 27 photo_2022-02-22 23 56 23 photo_2022-02-22 23 56 28 photo_2022-02-22 23 56 22 photo_2022-02-22 23 58 06
photo_2022-02-22 23 56 33 photo_2022-02-22 23 58 05 photo_2022-02-23 00 06 09 photo_2022-02-22 23 56 32 photo_2022-02-22 23 56 31

Demo (real device: v0.7.1, Android, Snapdragon 855, 6gb RAM)

demo.mp4

Installation

  1. Install flutter https://docs.flutter.dev/get-started/install

  2. Apply monkey patch: ./patch/apply.sh *

  3. Install dependencies flutter pub get

  4. Connect to your device or launch emulator (flutter emulators and flutter emulators --launch [emulator name])

  5. Get available devices: flutter devices

  6. Select iOS or Android device and run with device id

flutter run --profile -d [device-id]
  1. Revert monkey patch: ./patch/apply.sh r

* Patch removes Scrollable wrapper around EditableText widget because it causes unnecessary text slide down animation