From de3e108cfd837f0812ebe225780d8f71a30534e4 Mon Sep 17 00:00:00 2001 From: PrithvijitBose Date: Wed, 19 Jun 2024 10:24:10 +0530 Subject: [PATCH] Added Contribution --- .vscode/launch.json | 16 ++++++++++++++++ README.md | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 .vscode/launch.json 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