Compare commits

...

9 Commits

4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
<version>1</version> <version>1</version>
</component> </component>
<component name="whatsNew"> <component name="whatsNew">
<shownVersion>2022.3.1rc12</shownVersion> <shownVersion>2023.1.1rc2</shownVersion>
</component> </component>
</application> </application>
-2
View File
@@ -3,8 +3,6 @@
<option name="customScope" value="All Places" /> <option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" /> <option name="defaultScopeName" value="All Places" />
<option name="localRegularExpressions" value="true" /> <option name="localRegularExpressions" value="true" />
<option name="regularExpressions" value="true" />
<option name="REGULAR_EXPRESSIONS" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" /> <option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="SEARCH_SCOPE" value="All Places" /> <option name="SEARCH_SCOPE" value="All Places" />
</component> </component>
+1
View File
@@ -9,6 +9,7 @@
<option name="IS_FILTER_DUPLICATED_LINE" value="false" /> <option name="IS_FILTER_DUPLICATED_LINE" value="false" />
<option name="FLATTEN_MODULES" value="false" /> <option name="FLATTEN_MODULES" value="false" />
<option name="GROUP_BY_FILE_STRUCTURE" value="false" /> <option name="GROUP_BY_FILE_STRUCTURE" value="false" />
<option name="GROUP_BY_MODULE" value="false" />
<option name="GROUP_BY_PACKAGE" value="false" /> <option name="GROUP_BY_PACKAGE" value="false" />
<option name="GROUP_BY_USAGE_TYPE" value="false" /> <option name="GROUP_BY_USAGE_TYPE" value="false" />
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.48481676" /> <option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.48481676" />
+11 -10
View File
@@ -4,6 +4,14 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="Recomand Friend" />
<item value="fix: wrong onTap ussage." />
<item value="is Auto Generated" />
<item value="The child can be at most as large as the available space (but is allowed to be smaller)." />
<item value="The child is forced to fill the available space." />
<item value="The [Flexible] widget assigns this kind of [FlexFit] to its child." />
<item value="The [Expanded] widget assigns this kind of [FlexFit] to its child." />
<item value="A widget that sizes its child to the child's intrinsic height. This class is useful, for example, when unlimited height is available and you would like a child that would otherwise attempt to expand infinitely to instead size itself to a more reasonable height. The constraints that this widget passes to its child will adhere to the parent's constraints, so if the constraints are not large enough to satisfy the child's maximum intrinsic height, then the child will get less height than it otherwise would. Likewise, if the minimum height constraint is larger than the child's maximum intrinsic height, the child will be given more height than it otherwise would. This class is relatively expensive, because it adds a speculative layout pass before the final layout phase. Avoid using it where possible. In the worst case, this widget can result in a layout that is O(N²) in the depth of the tree." />
<item value="remove Material Icons font to reduce deb package size." /> <item value="remove Material Icons font to reduce deb package size." />
<item value="Load Device's Contexts from the iOS SDK. This integration calls the iOS SDK via Message channel to load the Device's contexts before sending the event back to the iOS SDK via Message channel (already enriched with all the information). The Device's contexts are: App, Device and OS. ps. This integration won't be run on Android because the Device's Contexts is set on Android when the event is sent to the Android SDK via the Message channel. We intend to unify this behaviour in the future. This integration is only executed on iOS &amp; MacOS Apps." /> <item value="Load Device's Contexts from the iOS SDK. This integration calls the iOS SDK via Message channel to load the Device's contexts before sending the event back to the iOS SDK via Message channel (already enriched with all the information). The Device's contexts are: App, Device and OS. ps. This integration won't be run on Android because the Device's Contexts is set on Android when the event is sent to the Android SDK via the Message channel. We intend to unify this behaviour in the future. This integration is only executed on iOS &amp; MacOS Apps." />
<item value="Integration which handles communication with native frameworks in order to enrich [SentryTransaction] objects with app start data for mobile vitals." /> <item value="Integration which handles communication with native frameworks in order to enrich [SentryTransaction] objects with app start data for mobile vitals." />
@@ -46,20 +54,13 @@
<item value="Interface representing ID token result obtained from [getIdTokenResult]. It contains the ID token JWT string and other helper properties for getting different data associated with the token as well as all the decoded payload claims. Note that these claims are not to be trusted as they are parsed client side. Only server side verification can guarantee the integrity of the token claims." /> <item value="Interface representing ID token result obtained from [getIdTokenResult]. It contains the ID token JWT string and other helper properties for getting different data associated with the token as well as all the decoded payload claims. Note that these claims are not to be trusted as they are parsed client side. Only server side verification can guarantee the integrity of the token claims." />
<item value="Returns a [IdTokenResult] containing the users JSON Web Token (JWT) and other metadata. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." /> <item value="Returns a [IdTokenResult] containing the users JSON Web Token (JWT) and other metadata. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." />
<item value="Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." /> <item value="Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." />
<item value="If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." />
<item value="A longer-lived native function, which occupies the thread calling it. Do not call these kind of native functions in the main isolate. They will block Dart execution. This will cause dropped frames in Flutter applications. Instead, call these native functions on a separate isolate." />
<item value="A very short-lived native function. For very short-lived functions, it is fine to call them on the main isolate. They will block the Dart execution while running the native function, so only do this for native functions which are guaranteed to be short-lived." />
<item value="returns decoded [data] or throw [ReedSolomonException] if data cannot be decoded" />
<item value="Decodes a Qr code given the matrix of its raw bits." />
<item value="Extract the raw content of the QR code from an image BitMatrix, given the location." />
<item value="Get new content" />
<item value="Get new location TODO: Evaluate whether the new location is realistic Consider using the old location instead or interpolating" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="95" /> <entry key="CHINESE" value="103" />
<entry key="ENGLISH" value="96" /> <entry key="ENGLISH" value="103" />
<entry key="POLISH" value="1" /> <entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />
</map> </map>
</option> </option>
</component> </component>