commit a2af086126a2bf95a385a0345026f67e441af5d5 Author: Rody Davis Date: Tue Jan 13 22:01:58 2026 -0800 add base project 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