From a2af086126a2bf95a385a0345026f67e441af5d5 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Tue, 13 Jan 2026 22:01:58 -0800 Subject: [PATCH] add base project --- packages/.gitkeep | 0 pubspec.lock | 5 +++++ pubspec.yaml | 9 +++++++++ 3 files changed, 14 insertions(+) create mode 100644 packages/.gitkeep create mode 100644 pubspec.lock create mode 100644 pubspec.yaml diff --git a/packages/.gitkeep b/packages/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pubspec.lock b/pubspec.lock new file mode 100644 index 0000000..2643154 --- /dev/null +++ b/pubspec.lock @@ -0,0 +1,5 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: {} +sdks: + dart: ">=3.5.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..6e96639 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,9 @@ +name: packages_dart_rodydavis +publish_to: none + +environment: + sdk: ^3.5.0 + +workspace: + # - packages/flutter_vibrate + \ No newline at end of file