This is a Google-Sheets-powered application, that can get a list of all the data, delete data and add data.
- Create a
configs
folder at the root of the project - Create a
secrets.dart
folder inside it - Add the following:
const credentials = r'''<your-google-cloud-json>''';
const String sheetId = '<sheets id>';
const String worksheetTitle = '<worksheet title>';
Now you will be able to run the app!