Andrey Gordeev

Results 56 comments of Andrey Gordeev

I'm getting the same error when trying to save my PFUser: ``` Attempted to change an objectId to one that's already known to the OfflineStore. ```

Thanks for trying to help! ```dart @override Widget build(BuildContext context) { precacheImages(context); late RoutemasterDelegate routemaster; return MultiBlocProvider( providers: [ BlocProvider( create: (context) => AppCubit( authRepository: AuthRepository(), ), ), BlocProvider( create:...

It's insane to design a screen without using AutoLayout for iPhone 4/5/6 screens.

It'd be great to have `FlareController` as easy to use as Flutter's `AnimationController` :( Too much boilerplate to simply run the animation in reverse.

@agordeev I stopped using `firestore-jest-mock`

Does anybody know how to do this without saving image into a file?

`hideOnLoading: true` also does the trick

I'm having the same issue. Works good on iPhone 11 Pro, but doesn't work on iPhone XS Max