Dimitrie-Toma Furdui
Dimitrie-Toma Furdui
Both FBSDKCoreKit and FBSDKLoginKit are on the latest versions (5.0.0). Xcode's output (only relevant lines shown): ``` /Users/toma/Developer/flutter/.pub-cache/git/flutter_facebook_login-45eb9e261b0cc9e05c5c3f243f4f736a3c9ff6ef/ios/Classes/FacebookLoginPlugin.m:85:12: error: use of undeclared identifier 'FBSDKLoginBehaviorNative'; did you mean 'FBSDKLoginBehaviorBrowser'? return FBSDKLoginBehaviorNative;...
#### Do you want to request a *feature* or report a *bug*? Bug report #### What is the current behavior? ```jsx const kAnimationDuration = 500; ``` ```css .letter.bounce { animation:...
For example, let's take the following trait: ```rs #[uniffi::export] trait FFIView: Send + Sync { fn render(&self, function: fn()); } ``` Currently this gives the following compilation error: ``` the...
In `LocationDto`, `provider` is declared as such: ```dart final String provider; ``` , with the assumption that it is always non-null. However, when receiving locations (tested on an iOS device),...
Currently, the class uses hardcoded flags for the methods: - `get` (`USER_PRESENT`, `ATTESTED_CREDENTIAL_DATA_INCLUDED`) - `update` (`USER_PRESENT`) However, some relying parties need certain flags. The most useful example is `USER_VERIFIED`. This...