Monday, November 11, 2024

Shortcut

 1. To edit text of websites open website inspect:

console > document.designmode = 'on'

2. Open github code in vsCode:

on link replace github.com to github.dev

and it will open in vscode

Flutter pdf reader

 I want to build a Flutter application using GetX for state management and Firebase Firestore as the backend. The app's purpose is to ma...