Skip to content

Commit

Permalink
Use correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Feb 7, 2024
1 parent 84c0fee commit da5bfa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions source/sdk/flutter/app-services/connect-to-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ underlying connection.
within the same process has no effect. The client continues to use the
cached configuration.

In Flutter SDK version 1.9.0 and later, the :flutter-sdk:`baseUrl <realm/AppConfiguration/baseUrl.html>`
configuration property is *not* cached in the App configuration. This
means that you can change the ``baseUrl`` at runtime, and the App client will use the updated configuration. In earlier SDK versions, changes to the ``baseUrl`` in a cached App configuration have no
In Flutter SDK version 1.8.0 and later, the :flutter-sdk:`baseUrl <realm/AppConfiguration/baseUrl.html>`
is *not* cached in the App configuration. This means that you can change the
``baseUrl`` - including at runtime - and the App client will use the updated
configuration. In earlier SDK versions, changes to the ``baseUrl`` in a
cached App configuration have no
effect.

.. _flutter-app-client-configuration:
Expand All @@ -80,7 +82,7 @@ Advanced Configuration
.. deprecated:: 1.6.0
``App.localAppName`` and ``App.localAppVersion`` are no longer used.

.. versionchanged:: 1.9.0
.. versionchanged:: 1.8.0
``baseUrl`` is no longer cached in the ``AppConfiguration``.

You can add optional arguments to the ``AppConfiguration`` for more granular control
Expand Down
2 changes: 1 addition & 1 deletion source/sdk/flutter/crud/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Retrieve a collection of all objects of a data model in the database with the
Query Related Objects
~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 1.9.0
.. versionadded:: 1.8.0

If your data model includes objects that reference other objects, you can
query the :ref:`relationship <flutter-client-relationships>`
Expand Down

0 comments on commit da5bfa8

Please sign in to comment.