From 2aef8dd5741b1d6738fe085562500f833fa9bce3 Mon Sep 17 00:00:00 2001 From: Drew De Ponte Date: Mon, 27 Feb 2023 18:34:31 -0500 Subject: [PATCH] Rename pakcage to jumpstart_flutter_lib Rename pakcage to jumpstart_flutter_lib so that it matcehs to the new app jumpstart standardized naming convention. --- .fvm/fvm_config.json | 4 ++++ .gitignore | 2 ++ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .fvm/fvm_config.json diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 0000000..3b0122b --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "3.7.3", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 96486fd..19d916b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ migrate_working_dir/ .dart_tool/ .packages build/ +.fvm/flutter_sdk + diff --git a/pubspec.yaml b/pubspec.yaml index e8438c2..5486c50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: flutter_lib_jumpstart +name: jumpstart_flutter_lib description: A new Flutter package project. version: 0.0.1 homepage: