You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter 3.35 has landed! Get ready for a performance boost and stateful hot reload on the web. <ahref="https://medium.com/flutter/whats-new-in-flutter-3-35-c58ef72e3766" target="_blank">Learn more</a><br>
1
+
Flutter 3.35 has landed! Get ready for a performance boost and stateful hot reload on the web. <ahref="https://blog.flutter.dev/whats-new-in-flutter-3-35-c58ef72e3766" target="_blank">Learn more</a><br>
* [How to Setup Flutter & Firebase with Multiple Flavors using the FlutterFire CLI][flutterfireCLI]
362
361
363
362
[Build flavors in Flutter (Android and iOS) with Firebase]: {{site.medium}}/@animeshjain/build-flavors-in-flutter-android-and-ios-with-different-firebase-projects-per-flavor-27c5c5dac10b
Copy file name to clipboardExpand all lines: src/content/llms.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This file provides a curated list of resources to help Large Language Models und
18
18
## Latest release
19
19
20
20
- [Announcing Flutter 3.35](https://medium.com/flutter/whats-new-in-flutter-3-35-c58ef72e3766): The official announcement for the 3.35 release.
21
-
- [Announcing Dart 3.9](https://medium.com/dartlang/announcing-dart-3-9-ba49e8f38298): The official announcement for the 3.9 release.
21
+
- [Announcing Dart 3.9](https://blog.dart.dev/announcing-dart-3-9-ba49e8f38298): The official announcement for the 3.9 release.
22
22
23
23
## Learning resources
24
24
@@ -173,7 +173,7 @@ This file provides a curated list of resources to help Large Language Models und
173
173
- [Flutter blog](https://medium.com/flutter): The official blog for the Flutter project.
174
174
- [Flutter release notes](https://docs.flutter.dev/release/release-notes): Detailed notes on what's new in each release.
175
175
- [Flutter breaking changes and migration guides](https://docs.flutter.dev/release/breaking-changes): Documentation for breaking changes with each release along with guides for migrating code across a breaking change.
176
-
- [Dart blog](https://medium.com/dartlang): The official blog for the Dart language.
176
+
- [Dart blog](https://blog.dart.dev): The official blog for the Dart language.
177
177
- [Dart breaking changes](https://dart.dev/resources/breaking-changes): A list of breaking changes for each Dart release.
Copy file name to clipboardExpand all lines: src/content/release/release-notes/release-notes-0.0.21-1.0.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ _This page is a dump of the old Changelog page from the Flutter wiki up until
106
106
## Changes in v0.6.0 (since v0.5.1) - beta 6
107
107
108
108
### v0.6.0
109
-
* Dart SDK updated to a Dart 2 build (2.1.0-dev.0.0). Package and plugin authors should ensure their `pubspec.yaml` files include a Dart SDK constraint with an upper bound of `<3.0.0`. See the [Getting ready for Dart 2 post](https://medium.com/dartlang/getting-ready-for-dart-2-and-making-your-packages-look-great-on-the-pub-site-118464d7f59d) for details.
109
+
* Dart SDK updated to a Dart 2 build (2.1.0-dev.0.0). Package and plugin authors should ensure their `pubspec.yaml` files include a Dart SDK constraint with an upper bound of `<3.0.0`. See the [Getting ready for Dart 2 post](https://blog.dart.dev/getting-ready-for-dart-2-and-making-your-packages-look-great-on-the-pub-site-118464d7f59d) for details.
110
110
* [#19025](https://github.com/flutter/flutter/pull/19025) renamed `CupertinoRefreshControl` to `CupertinoSliverRefreshControl` for consistency.
111
111
* [#19317](https://github.com/flutter/flutter/pull/19317) Add cursorWidth and cursorRadius to TextField (Material) cursor.
112
112
* [#20116](https://github.com/flutter/flutter/pull/20116) reduced release binary sizes by ~2MB
Copy file name to clipboardExpand all lines: src/content/release/release-notes/release-notes-1.12.13.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1143,7 +1143,7 @@ check out this [TweenAnimationBuilder video](https://www.youtube.com/watch?reloa
1143
1143
1144
1144
## Web
1145
1145
1146
-
We increased our support for web, moving it from the dev channel to the beta channel. For more details, please check [web support blog post](https://medium.com/flutter/web-support-for-flutter-goes-beta-35b64a1217c0).
1146
+
We increased our support for web, moving it from the dev channel to the beta channel. For more details, please check [web support blog post](https://blog.flutter.dev/web-support-for-flutter-goes-beta-35b64a1217c0).
1147
1147
1148
1148
[37819]({{site.repo.flutter}}/pull/37819) Add HtmlElementView (the Flutter Web platform view)
0 commit comments