Fred van Rijswijk

Results 8 comments of Fred van Rijswijk

Same problem here, it's sliding the popup but the backgroundView is still there `completion:^(BOOL finished) { NSLog(@"slide out");` When the `[self dismissPopupViewControllerWithanimationType:MJPopupViewAnimationSlideRightLeft];` is being called I see 'slide out' in...

Why is this still a problem with version 5.0.0? It's not closed yet and still have the same `not ok -- StoreSettingsLocaleError: Request failed with status code 403`

Will do, thnx Fred

DM @steven-tey on twitter.

Yes make sense, I now had it this way, but in problems with the Tabbar items.... ```void main() => runApp(MyApp( authServiceBuilder: (_) => FirebaseAuthService(), databaseBuilder: (_, uid) => FirestoreDatabase(uid: uid),...