From 2c3c0c80a9eba5bfc405eaacbcec9b24752bc3f8 Mon Sep 17 00:00:00 2001 From: juseong ahn <ajs8780@ajou.ac.kr> Date: Fri, 21 Jun 2024 01:44:48 +0900 Subject: [PATCH] Delete pubspec.yaml --- pubspec.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml deleted file mode 100644 index 60bfda3749..0000000000 --- a/pubspec.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: assign -description: A new Flutter project. - -publish_to: 'none' # Remove this line if you wish to publish to pub.dev - -version: 0.0.1+1 - -environment: - sdk: '>=2.19.4 <4.0.0' - -dependencies: - flutter: - sdk: flutter - - english_words: ^4.0.0 - provider: ^6.0.0 - -dev_dependencies: - flutter_test: - sdk: flutter - - flutter_lints: ^2.0.0 - -flutter: - uses-material-design: true \ No newline at end of file -- GitLab