Abhishek Bahadur Niraula

Results 11 comments of Abhishek Bahadur Niraula

I achieved it by doing the following. But it is just for displaying 1 event per line without links to the event. `config = { date: date, marked: true, subTitle:...

One way to achieve this with the current implementation would be as follows. ```dart if (Platform.isIOS) { launch("https://apps.apple.com/app/1010101010"); //replace with your app_Id } else if (Platform.isAndroid) { InAppReview _inAppReview =...

@britannio Thanks for the suggestion. Updated snippet.

@MTschannett I would be interested in contributing too. Let me know if you have already started something. Thanks

I am trying to maintain multilingual markdown content in [https://app.lokalise.com/](https://app.lokalise.com/) and later use it to render the content in the app. Take the following example ---------------- ## Heading #### Content...

@diefferson Do you think we can incorporate this feature? Also, is there any work in progress already? If not I would try to implement this.

@diefferson I see that you are suggesting to have two certificates but it's not always possible to get a second certificate that is guaranteed to be used in the future...

@lukehutch I am suggesting something similar to what you have mentioned. Here is how it looks like - The server sends multiple certificates as part of the SSL certificate (...

@lukehutch Yes, generally the root certificate has a longer expiry time than the intermediate or server certificate. The reason to use a public key of the root certificate is that...

@diefferson Yes, I checked for native Android and iOS libraries and both platforms natively support pinning of the public key hash. https://developer.apple.com/news/?id=g9ejcf8y https://developer.android.com/privacy-and-security/security-config#CertificatePinning I understand that if we use a...