Shoeb Surve
Shoeb Surve
@Fallenstedt can you guide me exactly were to add "twittersdk://". I'm using firebase authentication with Twitter.
@Fallenstedt Thanks, it worked.
> Twitter seems to have changed its developer portal. I was unable to find a way to add callback URLs. Can someone please tell me where I can find it?...
@x8Haider can you guide me exactly were to add "twittersdk://". I'm using firebase authentication with Twitter.
Same issue
Decarde your glide version in gradle to `compile 'com.github.bumptech.glide:glide:3.6.0'`
Yeap you can also do that
Yes you can, by using `initialValue` in `MultiSelectFormField`
```Android public class GenresLoader { public static Genres getGenres(Cursor cursor) { Genres genres = new Genres(); if (cursor != null) { if (cursor.moveToFirst()) genres = new Genres(cursor.getInt(0),cursor.getString(1)); } if (cursor...
@lifehetu try [callkeep](https://pub.dev/packages/callkeep) it requires phone account permission to invoke the default calling screen of the device.