mirror of
https://github.com/tonytins/bullseye.git
synced 2025-12-21 07:54:42 -05:00
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:
parent
dd34e59e94
commit
cacbfc5fda
78 changed files with 612 additions and 619 deletions
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue