diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..21fed8b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + + { + "name": "Dart & Flutter", + "request": "launch", + "type": "dart", + "program": "main.dart" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 4ecc21b..ff9289d 100644 --- a/README.md +++ b/README.md @@ -239,3 +239,6 @@ ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) + +### Magic Ball +- [Magic-Ball-Flutter](https://github.com/PrithvijitBose/Magic-Ball-Flutter)- Magic Ball App by [PrithvijitBose](https://github.com/PrithvijitBose/PrithvijitBose) \ No newline at end of file