Category: Flutter

AndroidFlutter
2021-12-26 13:14 (4 years ago)

AppLinks on Android is a feature that allows an app to be launched when navigating to a URL with "https://" in Android Chrome, provided the URL matches a specific pattern. Unlike traditional Deep Links, AppLinks identify the app through its signature, enabling secure information transfer to specific apps controlled within the domain. This article will detail the steps to enable this feature.

Flutter
2021-08-08 08:43 (4 years ago)

When attempting to run the command `% flutter downgrade v1.22.6`, you may encounter the error message "There is no previously recorded version for channel 'stable'." This prevents the downgrade. To successfully downgrade, you should use `git checkout` in the Flutter SDK directory.

Flutter
2021-03-12 02:02 (4 years ago)

By writing and evaluating the code mentioned in the article, you can suppress warnings related to self-signed certificates (also known as "my own certificates").

Categories

Archive