File tree 10 files changed +24
-12
lines changed
nhost_graphql_adapter/example
10 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ First install the package
18
18
19
19
``` yaml
20
20
dependencies :
21
- nhost_dart : ^1.0.0
21
+ nhost_dart : ^1.0.1
22
22
` ` `
23
23
24
24
Then, import the package and create new NhostClient
Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ - added image transform options to getPresignedUrl
4
+
1
5
## 1.0.0
2
6
3
7
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void main() async {
63
63
64
64
``` yaml
65
65
dependencies :
66
- nhost_dart : ^1.0.0
66
+ nhost_dart : ^1.0.1
67
67
` ` `
68
68
69
69
## 🔥 More Dart & Flutter packages from Nhost
Original file line number Diff line number Diff line change 1
1
name : nhost_dart
2
2
description : Nhost Dart SDK
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://nhost.io
5
5
repository : https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
6
6
issue_tracker : https://github.com/nhost/nhost-dart/issues
@@ -17,7 +17,7 @@ dependencies:
17
17
18
18
# NHOST Package
19
19
nhost_sdk : ^4.0.0
20
- nhost_storage_dart : ^1.0.0
20
+ nhost_storage_dart : ^1.0.1
21
21
nhost_auth_dart : ^1.0.0
22
22
nhost_functions_dart : ^1.0.0
23
23
nhost_graphql_adapter : ^3.0.0
Original file line number Diff line number Diff line change
1
+ ## 3.0.1
2
+
3
+ - update nhost_dart to 1.0.1
4
+
1
5
## 3.0.0
2
6
3
7
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: nhost_flutter_auth
2
2
description : >
3
3
Provides Nhost authentication state to your Flutter app, making it easy to set
4
4
up protected resources, and react to sign ins and sign outs.
5
- version : 3.0.0
5
+ version : 3.0.1
6
6
homepage : https://nhost.io
7
7
repository : https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_auth
8
8
issue_tracker : https://github.com/nhost/nhost-dart/issues
@@ -15,7 +15,7 @@ dependencies:
15
15
flutter :
16
16
sdk : flutter
17
17
# Nhost_dart
18
- nhost_dart : ^1.0.0
18
+ nhost_dart : ^1.0.1
19
19
dev_dependencies :
20
20
flutter_test :
21
21
sdk : flutter
Original file line number Diff line number Diff line change 1
1
name : nhost_graphql_example
2
2
description : Demonstrates usage of the nhost_graphql package
3
3
publish_to : none
4
- version : 2.0.0
4
+ version : 2.0.1
5
5
6
6
environment :
7
7
sdk : ' >=2.18.0 <3.0.0'
@@ -10,6 +10,6 @@ dependencies:
10
10
graphql : ^5.1.3
11
11
12
12
# Nhost packages
13
- nhost_dart : ^1.0.0
13
+ nhost_dart : ^1.0.1
14
14
dev_dependencies :
15
15
lints : any
Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ - added image transform options to getPresignedUrl
4
+
1
5
## 1.0.0
2
6
3
7
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Original file line number Diff line number Diff line change 7
7
8
8
## Getting Started
9
9
10
- Get your subdomain and region from nhost dashboard
11
- User Authentication is needed in order to upload.
10
+ Get your subdomain and region from nhost dashboard User Authentication is needed
11
+ in order to upload.
12
12
13
13
``` dart
14
14
import 'package:nhost_auth_dart/nhost_auth_dart.dart';
@@ -59,5 +59,5 @@ void main() async {
59
59
``` yaml
60
60
dependencies :
61
61
nhost_auth_dart : ^1.0.0
62
- nhost_storage_dart : ^1.0.0
62
+ nhost_storage_dart : ^1.0.1s
63
63
` ` `
Original file line number Diff line number Diff line change 1
1
name : nhost_storage_dart
2
2
description : Nhost Dart Storage Service SDK
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://nhost.io
5
5
repository : https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
6
6
issue_tracker : https://github.com/nhost/nhost-dart/issues
You can’t perform that action at this time.
0 commit comments