Muhammad Kharis Azhar Nur Safrizal
Muhammad Kharis Azhar Nur Safrizal
i'm getting the same problem, try : 1. uninstall your apps 2. run `flutter clean` its works .
Update : for workaround you can use build_runner & mockito package for generate mocks and verify ``` import 'package:mockito/mockito.dart' as mockito; @GenerateMocks([FlutterSecureStorage]) void main(){ final mockFlutterSecureStorage = MockFlutterSecureStorage(); mockito.verify(mockFlutterSecureStorage.write( key:...
any update about this PR ? @letsar
Same here any updates? 👀
Finally i found this solution : Cause : `PlatformException(channel-error, Unable to establish connection on channel., null, null)` issue from ``` zendesk .setVisitorInfo( name: 'My Name', phoneNumber: '323-555-1212', ) .then((r) {...
@bhagyashreekhatri @theakanfecode1 can you show your code please ? in my case, i just separte setVisitor info with startZendesk : **or you can try, just set startZendesk :** (because visitor...
Same issue on zendesk: ^2.0.0
Hello, Finally i have solution of this issue crash 😬 Add style theme on your AndroidManifest.xml ``` ``` Thanks
Depends on your implementation, is there only Flushbar with duration 2 sec ? or you have some Timer(...); in my case i added difference -1 second and add pump again...