Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 2.02 KB

README.md

File metadata and controls

45 lines (40 loc) · 2.02 KB

loopr-mobile

loopring mobile app repo

Flutter References

Features that will be written in Flutter

  • Chat
  • QR code (Completed)
  • Setting
  • Setting detail
  • dialog_wallet_create_success
  • Airdrop (In Progress)
  • Add Contact
  • Add Tokens
  • Order list
  • Order detail (Completed)
  • P2P list
  • P2P detail
  • Asset detail
  • Transaction detail (Completed)
  • Set gas (Completed)
  • Select token to send (In Progress)
  • Switch send token
  • Backup mnemonics (Completed)
  • News
  • AppRelease

UI view and data

An app is always to render data in a UI view. flutter-module is primary for UI view and should be stateless. How to fetch data, process data and store data from Relay are in iOS and Android native code.

How to add a view

Navigate with named routes Flutter: Advance Routing and Navigator

Open questions