Shahab

Results 3 comments of Shahab

Any updates on this? To work around this i would need to add an extra column referencing a foreign key so that I can create a unique constraint on 2...

Same question here, I plan on making additional api calls so i need the authorization code to exchange to tokens but I also need the id_token since im using firebase...

Same issue here, either try this workaround ```navBarHeight: MediaQuery.of(context).viewInsets.bottom > 0 ? 0.0 : kBottomNavigationBarHeight,``` provided from here https://github.com/BilalShahid13/PersistentBottomNavBar/issues/79 or return a persistenttabview without the scaffold and instead wrap the...