Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0b1f3cc

Browse files
committed
fixed #39: bug: notify developer of invalid API key on the web
fixed #18: Gemini or Vertex + the web + a file attachment == hang
1 parent 727e65e commit 0b1f3cc

File tree

12 files changed

+160
-133
lines changed

12 files changed

+160
-133
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* fixed [#55](https://github.com/csells/flutter_ai_toolkit/issues/55): TextField overflow error for large inputs
44

5+
* fixed [#39](https://github.com/csells/flutter_ai_toolkit/issues/39): bug: notify developer of invalid API key on the web
6+
7+
* fixed [#18](https://github.com/csells/flutter_ai_toolkit/issues/18): Gemini or Vertex + the web + a file attachment == hang
8+
59
## 0.6.2
610

711
* minor API and README updates based on review feedback

example/ios/Podfile.lock

Lines changed: 40 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,51 @@ PODS:
33
- GoogleUtilities/Environment (~> 8.0)
44
- GoogleUtilities/UserDefaults (~> 8.0)
55
- PromisesObjC (~> 2.4)
6+
- camera_avfoundation (0.0.1):
7+
- Flutter
68
- file_selector_ios (0.0.1):
79
- Flutter
8-
- Firebase/Auth (11.2.0):
10+
- Firebase/Auth (11.4.0):
911
- Firebase/CoreOnly
10-
- FirebaseAuth (~> 11.2.0)
11-
- Firebase/CoreOnly (11.2.0):
12-
- FirebaseCore (= 11.2.0)
13-
- firebase_app_check (0.3.1-4):
14-
- Firebase/CoreOnly (~> 11.2.0)
12+
- FirebaseAuth (~> 11.4.0)
13+
- Firebase/CoreOnly (11.4.0):
14+
- FirebaseCore (= 11.4.0)
15+
- firebase_app_check (0.3.1-6):
16+
- Firebase/CoreOnly (~> 11.4.0)
1517
- firebase_core
16-
- FirebaseAppCheck (~> 11.2.0)
18+
- FirebaseAppCheck (~> 11.4.0)
1719
- Flutter
18-
- firebase_auth (5.3.1):
19-
- Firebase/Auth (= 11.2.0)
20+
- firebase_auth (5.3.3):
21+
- Firebase/Auth (= 11.4.0)
2022
- firebase_core
2123
- Flutter
22-
- firebase_core (3.6.0):
23-
- Firebase/CoreOnly (= 11.2.0)
24+
- firebase_core (3.8.0):
25+
- Firebase/CoreOnly (= 11.4.0)
2426
- Flutter
25-
- FirebaseAppCheck (11.2.0):
27+
- FirebaseAppCheck (11.4.0):
2628
- AppCheckCore (~> 11.0)
2729
- FirebaseAppCheckInterop (~> 11.0)
2830
- FirebaseCore (~> 11.0)
2931
- GoogleUtilities/Environment (~> 8.0)
3032
- GoogleUtilities/UserDefaults (~> 8.0)
31-
- FirebaseAppCheckInterop (11.4.0)
32-
- FirebaseAuth (11.2.0):
33+
- FirebaseAppCheckInterop (11.5.0)
34+
- FirebaseAuth (11.4.0):
3335
- FirebaseAppCheckInterop (~> 11.0)
3436
- FirebaseAuthInterop (~> 11.0)
35-
- FirebaseCore (~> 11.0)
36-
- FirebaseCoreExtension (~> 11.0)
37+
- FirebaseCore (~> 11.4)
38+
- FirebaseCoreExtension (~> 11.4)
3739
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
3840
- GoogleUtilities/Environment (~> 8.0)
39-
- GTMSessionFetcher/Core (~> 3.4)
41+
- GTMSessionFetcher/Core (< 5.0, >= 3.4)
4042
- RecaptchaInterop (~> 100.0)
41-
- FirebaseAuthInterop (11.4.0)
42-
- FirebaseCore (11.2.0):
43+
- FirebaseAuthInterop (11.5.0)
44+
- FirebaseCore (11.4.0):
4345
- FirebaseCoreInternal (~> 11.0)
4446
- GoogleUtilities/Environment (~> 8.0)
4547
- GoogleUtilities/Logger (~> 8.0)
4648
- FirebaseCoreExtension (11.4.1):
4749
- FirebaseCore (~> 11.0)
48-
- FirebaseCoreInternal (11.4.2):
50+
- FirebaseCoreInternal (11.5.0):
4951
- "GoogleUtilities/NSData+zlib (~> 8.0)"
5052
- Flutter (1.0.0)
5153
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
@@ -72,7 +74,7 @@ PODS:
7274
- GoogleUtilities/UserDefaults (8.0.2):
7375
- GoogleUtilities/Logger
7476
- GoogleUtilities/Privacy
75-
- GTMSessionFetcher/Core (3.5.0)
77+
- GTMSessionFetcher/Core (4.1.0)
7678
- image_picker_ios (0.0.1):
7779
- Flutter
7880
- path_provider_foundation (0.0.1):
@@ -82,14 +84,14 @@ PODS:
8284
- RecaptchaInterop (100.0.0)
8385
- record_darwin (1.0.0):
8486
- Flutter
85-
- FlutterMacOS
8687
- shared_preferences_foundation (0.0.1):
8788
- Flutter
8889
- FlutterMacOS
8990
- url_launcher_ios (0.0.1):
9091
- Flutter
9192

9293
DEPENDENCIES:
94+
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
9395
- file_selector_ios (from `.symlinks/plugins/file_selector_ios/ios`)
9496
- firebase_app_check (from `.symlinks/plugins/firebase_app_check/ios`)
9597
- firebase_auth (from `.symlinks/plugins/firebase_auth/ios`)
@@ -118,6 +120,8 @@ SPEC REPOS:
118120
- RecaptchaInterop
119121

120122
EXTERNAL SOURCES:
123+
camera_avfoundation:
124+
:path: ".symlinks/plugins/camera_avfoundation/ios"
121125
file_selector_ios:
122126
:path: ".symlinks/plugins/file_selector_ios/ios"
123127
firebase_app_check:
@@ -141,29 +145,30 @@ EXTERNAL SOURCES:
141145

142146
SPEC CHECKSUMS:
143147
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
148+
camera_avfoundation: dd002b0330f4981e1bbcb46ae9b62829237459a4
144149
file_selector_ios: f0670c1064a8c8450e38145d8043160105d0b97c
145-
Firebase: 98e6bf5278170668a7983e12971a66b2cd57fc8c
146-
firebase_app_check: 78383bfcd0445037a8ff9795b2e3023f39db5b78
147-
firebase_auth: 0c77e299a8f2d1c74d1b1f6b78b3d4d802c19f47
148-
firebase_core: 2bedc3136ec7c7b8561c6123ed0239387b53f2af
149-
FirebaseAppCheck: a6a1c1ca169d795212b9e70b5cfb880083a28e7c
150-
FirebaseAppCheckInterop: 1b9643ae2f1ee214488caa2f8e32b7bc2f0f3735
151-
FirebaseAuth: 2a198b8cdbbbd457f08d74df7040feb0a0e7777a
152-
FirebaseAuthInterop: 9ac948965ac13ec9d8a080f39490ddb2bda30520
153-
FirebaseCore: a282032ae9295c795714ded2ec9c522fc237f8da
150+
Firebase: cf1b19f21410b029b6786a54e9764a0cacad3c99
151+
firebase_app_check: f14f9436aeb921d8dd27eea75a524c19198f088f
152+
firebase_auth: 42718683069d35d73af7a986b55b194589039e5e
153+
firebase_core: 9efc3ecf689cdbc90f13f4dc58108c83ea46b266
154+
FirebaseAppCheck: 933cbda29279ed316b82360bca77602ac1af1ff2
155+
FirebaseAppCheckInterop: d265d9f4484e7ec1c591086408840fdd383d1213
156+
FirebaseAuth: c359af98bd703cbf4293eec107a40de08ede6ce6
157+
FirebaseAuthInterop: 1219bee9b23e6ebe84c256a0d95adab53d11c331
158+
FirebaseCore: e0510f1523bc0eb21653cac00792e1e2bd6f1771
154159
FirebaseCoreExtension: f1bc67a4702931a7caa097d8e4ac0a1b0d16720e
155-
FirebaseCoreInternal: 35731192cab10797b88411be84940d2beb33a238
160+
FirebaseCoreInternal: f47dd28ae7782e6a4738aad3106071a8fe0af604
156161
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
157162
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
158-
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
163+
GTMSessionFetcher: 923b710231ad3d6f3f0495ac1ced35421e07d9a6
159164
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
160165
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
161166
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
162167
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
163-
record_darwin: df0a677188e5fed18472550298e675f19ddaffbe
168+
record_darwin: 3b1a8e7d5c0cbf45ad6165b4d83a6ca643d929c3
164169
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
165170
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
166171

167172
PODFILE CHECKSUM: a57f30d18f102dd3ce366b1d62a55ecbef2158e5
168173

169-
COCOAPODS: 1.15.2
174+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)