/f-RSE

Next generation finance

Primary LanguageDart

Royal Stock Exchange(RSE) cov

A stock exchange for the next generation.

Dependencies

  • Flutter
  • Bloc
  • SyncFusion

Getting Started

  • Get a copy of .env
  • Create ./notes for notes.

Deployment

Web

  • flutter build web
  • flutter run -d chrome

iOS

Android

  • Make sure asset files are in Android as well?

FAQ

  • Why isn't an asset in assets available on web?

    • Because we have to include them in web/assets & declare them in web/manifest.json for them to be bundled in the build process
  • How to ensure firebase events are sent to the correct project?