diff --git a/source/includes/flutter-v2-breaking-change.rst b/source/includes/flutter-v2-breaking-change.rst index 7978206622..0edd624533 100644 --- a/source/includes/flutter-v2-breaking-change.rst +++ b/source/includes/flutter-v2-breaking-change.rst @@ -3,7 +3,6 @@ Flutter SDK version 2.0.0 introduces an update to the builder, which impacts how files generate. In v2.0.0 and later, all generated files use the ``.realm.dart`` naming convention instead of ``.g.dart``. - This is a breaking change for existing apps and requires a migration. - For information on how to update an existing app from an earlier - version to v2.0.0 or later, refer to :ref:`flutter_upgrade-v2`. + This is a breaking change for existing apps. For information on how to upgrade an existing app from an earlier SDK version to v2.0.0 or later, + refer to :ref:`flutter-upgrade-v2`.