Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 3.58 KB

LINKS.md

File metadata and controls

93 lines (54 loc) · 3.58 KB

Useful links

GitIssues

DataStructures in Dart

WASM

Helpful commands 🥳🥳

  • To kill all dart processes killall -9 dart for Mac

taskkill /F /IM dart.exe for Windows

flutter analyze for analysis of project

Testing BloC

Factory in Dart

Hosting

  • firebase init
  • flutter clean
  • flutter build web
  • firebase deploy --only hosting:flutter