Ali Tazik
Ali Tazik
Hi. I am using ButterKnife into the bignerdranch expandablerecyclerview.at MyChildViewHolders I have used this way: `public class MyChildViewHolders extends ChildViewHolder{ @BindView(R.id.txtView_Name) TextView mName; @BindView(R.id.txtView_LastName) TextView mLastName; @BindView(R.id.txtView_Email) TextView mEmail; @BindView(R.id.txtView_Age)...
I installed setting sync and after login with github, and after clicking on SKIP (NEW ONE WILL BE CREATE UPON FIRST UPLOAD) i got this error: [![enter image description here][1]][1]...
I am using this code to connect to socket io server : ``` @override void initState() { super.initState(); IO.Socket socket = IO.io('https://socket.***.**', { 'transports': ['websocket'], 'autoConnect': true, }); // socket.connect();...
I am using hive for my project. for creating model I used freezed .these are my models: @freezed class VocabularyModel with _$VocabularyModel { @HiveType(typeId: 0, adapterName: 'VocabularyModelAdaptor') const factory VocabularyModel({...
I am using this library like this: ``` Future _getClient({ required final String path, final String? accessToken, }) async { // final Link link = HttpLink(path); // Link link =...
I try to test your example , But when I choose WebRTC nothing is played? this link `webrtc://d.ossrs.net/live/livestream` This is result: ``` I/flutter (13957): Url webrtc://d.ossrs.net/live/livestream parsed to api=https://d.ossrs.net:443/rtc/v1/play/, stream=webrtc://d.ossrs.net/live/livestream...
I am trying to make unit test with mockitto to test dio. ``` void main() { group("Splash init", () { DioAdapterMockito dioAdapterMockito; Dio dio; const path = 'https://..../mobile/'; setUpAll(() {...
When I am using this library with flutter google map in 1 page and I want to get new location and move camera I get this error: `Caught error: InvalidValueError:...