-
Hello - appreciate the library. I have experience in Haskell and with Kotlin + Arrow and this helps feel right at home learning this new language.
Two questions if you have the time.
1. How do y…
-
### Description
I am trying to retrieve data from a 1 to 1 relationship on amplify but its not giving me the data i tired with @hasOne, @belongsTo and i even tried @hasOne with an argument which is @…
-
**Description**
I tried called emit inside dartz fold after i called await function
var token = await fetchToken(NoParams());
token.fold((l) async => emit(ErrorState('error')), (r) async {
…
-
Why `Right([1]) == Right([1])` is `false` ?
-
### Description
Relational querie return a empty list
List comments = await Amplify.DataStore.query(Comment.classType,
where: Post.STATUS.eq(PostStatus.ACTIVE));
### Categories
- [ ] Analytic…
-
Hi,
Before starting, thank you for this awesome generator that prevent boilerplate to create forms! 💯
I'm using freezed to create my models and I've an issue when I'm adding a custom getter on …
stact updated
2 years ago
-
## Bug report
**Describe the bug**
The `getIdToken` method of the User class is returning a null value after a successful login using phone auth. We didn't achieve to reproduce this bug on a debug…
-
### Description
Hi!
I'm experiencing some problems while uploading files to my bucket.
My users usually login the first time they open the app, then I use
```dart
Amplify.Auth.fetchAuthSessio…
-
### Description
Hello,
I am sometimes receiving the following error which seems to be causes by one of my queries (observing). I have a list of Strings in my model and query certain elements using…
-
I am tring to launch my application as a web app. now when I run web app by `flutter run -d chrome` I get an error in inspector chrome and just chrome started and a white screen is appreared:
…