Skip to content

Commit

Permalink
(DOCSP-26274): Update Flutter docs to reference RC release (#2258)
Browse files Browse the repository at this point in the history
* change beta to RC

* copy edit
  • Loading branch information
mongodben authored Nov 5, 2022
1 parent 21735b3 commit d3866dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
4 changes: 2 additions & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to the Realm Docs

Introduction </introduction>
C++ SDK (Alpha) </sdk/cpp>
Flutter SDK (Beta) </sdk/flutter>
Flutter SDK (RC) </sdk/flutter>
Java SDK </sdk/java>
Kotlin SDK </sdk/kotlin>
.NET SDK </sdk/dotnet>
Expand Down Expand Up @@ -115,7 +115,7 @@ and platforms. Each SDK is language-idiomatic and includes:
Build web applications in JavaScript or TypeScript. Access data with GraphQL and MongoDB queries.

.. card::
:headline: Flutter SDK (Beta)
:headline: Flutter SDK
:url: https://www.mongodb.com/docs/realm/sdk/flutter
:icon: /images/icons/flutter.svg
:icon-alt: Futter icon
Expand Down
2 changes: 1 addition & 1 deletion source/sdk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ and platforms. Each SDK is language-idiomatic and includes:
Build web applications in JavaScript or TypeScript. Access data with GraphQL and MongoDB queries.

.. card::
:headline: Flutter SDK (Beta)
:headline: Flutter SDK
:url: https://www.mongodb.com/docs/realm/sdk/flutter
:icon: /images/icons/flutter.svg
:icon-alt: Futter icon
Expand Down
27 changes: 9 additions & 18 deletions source/sdk/flutter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

.. _flutter-intro:

========================
Realm Flutter SDK (Beta)
========================
=====================================
Realm Flutter SDK (Release Candidate)
=====================================

.. toctree::
:titlesonly:
Expand All @@ -26,22 +26,13 @@ The Realm Flutter SDK enables client applications written in
platform to access data stored in realms, sync data with Atlas,
and use Atlas App Services.

Beta Limitations
----------------

This SDK is currently offered as a **beta** release. We encourage you
to try out the feature and `give feedback
<https://feedback.mongodb.com/forums/923521-realm/>`__. However, be
aware that APIs and functionality are subject to change.

Because this is a beta version of the SDK, functionality is limited and there
are specific configuration considerations:

- The beta version of the SDK does not yet have certain Realm database features.
- The SDK doesn't have built-in functionality to interact with all of
App Services. Learn more about how to :ref:`use the SDK with currently supported App Services
<flutter-application-services>`.
Release Candidate Limitations
-----------------------------

This SDK is currently offered as a **release candidate (RC)**.
We encourage you to try out the features and `give feedback
<https://feedback.mongodb.com/forums/923521-realm/>`__.
However, be aware that APIs and functionality are subject to change.

.. kicker:: Learning Paths

Expand Down

0 comments on commit d3866dd

Please sign in to comment.