Massive overhaul

- The project was restarted using Android Studio.
- Adoptive platform-specific widgets has been removed due to build issues with Android.
- Dual-licensed under the BSD-3-Clause license and UNLICENSE.
This commit is contained in:
Tony Bark 2022-09-05 13:56:05 -04:00
parent dd34e59e94
commit cacbfc5fda
78 changed files with 612 additions and 619 deletions

7
.vscode/tasks.json vendored
View file

@ -45,6 +45,13 @@
"args": ["pub", "upgrade"],
"problemMatcher": [],
"label": "flutter: flutter pub upgrade"
},
{
"type": "flutter",
"command": "flutter",
"args": ["pub", "outdated"],
"problemMatcher": [],
"label": "flutter: flutter pub outdated"
}
]
}