From 23a743db0eaca9b25223454d4762e2dde003e6a5 Mon Sep 17 00:00:00 2001 From: mmvergara Date: Sat, 22 Jun 2024 14:50:48 +0800 Subject: [PATCH] Update README.md with instructions for non-Flutter projects --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 326014a..1353c29 100644 --- a/README.MD +++ b/README.MD @@ -86,6 +86,8 @@ supadart -e path/to/.env supadart -u -k ``` +> Note: If you are not using Flutter, just normal Dart project, add `-d` option + #### Options ```bash @@ -94,6 +96,8 @@ supadart -u -k -u, --url Supabase URL -- (default: .env SUPABASE_URL) -k, --key Supabase ANON KEY -- (default: .env SUPABASE_ANON_KEY) -o, --output Output file path -- (default: lib/generated_classes.dart) +-d, --dart Enable if you are not using Flutter, just normal Dart project +-v, --version v1.2.0 ``` --- @@ -114,7 +118,7 @@ create table ) tablespace pg_default; ``` -### 2. Use the CLI or the Web App to [generate dart classes](#generate-dart-classes) +### 2. Use the CLI or the Web App to [generate dart classes](#generating-dart-classes) ```dart class Books {