flutter weekly 是一份免费的每周咨询,可帮助你在 Flutter 开发方面保持领先地位。
每周分享全球精彩文章、教程、插件和视频,如果您觉得有用,请不要吝啬您的掌声、评论、赞赏或任何其他您想给予的认可。
如果你有任何关于 Flutter 或 Dart 的消息想要与我分享,请联系我。
这是我举办的第5期,以后每周一期,欢迎大家监督。
文章
What’s New in Flutter 2.10. flutter的最新release版本。Windows stable 版支持 ,Material 3, 和更好的性能体验, 加强了对 iOS 和 Android支持, 更好用的 Flutter Dev tools, VSCode 扩展更新, 更多特性请看原文。地址:https://medium.com/flutter/whats-new-in-flutter-2-10-5aafb0314b12
Announcing Flutter for Windows. 可后来windows应用的稳定版本. 当然,也支持了windows中像 FlutterFlow, Realm, Codemagic, Syncfusion, Rive之类的工具。地址:https://medium.com/flutter/announcing-flutter-for-windows-6979d0d01fed
Dart 2.16: Improved tooling and platform handling. 修复bug,支持windows和在pub.dev中的全新搜索体验。地址:https://medium.com/dartlang/dart-2-16-improved-tooling-and-platform-handling-dd87abd6bad1
教程
Understanding in-app updates in Flutter。这篇教程教你怎样利用安卓应用内更新的特性来实现你的flutter app的应用内更新。地址:https://neo-femo.hashnode.dev/understanding-in-app-updates-in-flutter
Add chat to your Flutter application in a matter of minutes! check out Stream’s Flutter SDK, null safe and open source。