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
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
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...