updated sdk to ^0.3.0

This commit is contained in:
Gani Georgiev
2022-08-02 17:00:14 +03:00
parent 8268c26d8b
commit a049a37624
47 changed files with 246 additions and 245 deletions

View File

@@ -92,7 +92,7 @@
const data = { ... };
const record = await client.Records.update('${collection?.name}', 'RECORD_ID', data);
const record = await client.records.update('${collection?.name}', 'RECORD_ID', data);
`}
dart={`
import 'package:pocketbase/pocketbase.dart';