Flutter For Dev - новости, статьи, дизайн.
Сегодня в 20:00(по московскому времени) начинается Google I/O. Помимо этого, команда Flutter совместно с Firebase подготовили игру IOPinball на Flutter Web. Не упускайте возможность посмотреть и принять участие! Игра: https://pinball.flutter.dev Google…
А вот и репозиторий к игре, кому любопытно заходите.
https://github.com/flutter/pinball
https://github.com/flutter/pinball
What’s new in Flutter 3: Вчера на Google I/O представили Flutter 3.0. Что же добавили:
— Поддержка Material Design 3.
— Улучшенная производительность.
— Обновление lint пакетов (Flutter, Dart).
— Поддержка складных телефонов.
И это еще не все, узнайте подробнее тут:
https://medium.com/flutter/whats-new-in-flutter-3-8c74a5bc32d0
— Поддержка Material Design 3.
— Улучшенная производительность.
— Обновление lint пакетов (Flutter, Dart).
— Поддержка складных телефонов.
И это еще не все, узнайте подробнее тут:
https://medium.com/flutter/whats-new-in-flutter-3-8c74a5bc32d0
Dart 2.17 — Productivity and integration: Вслед за новой версией Flutter вышло обновление для Dart до версии 2.17.
Подробнее можно почитать тут:
https://medium.com/dartlang/dart-2-17-b216bfc80c5d
Подробнее можно почитать тут:
https://medium.com/dartlang/dart-2-17-b216bfc80c5d
Flutter для Apple TV: перевод статьи Александра Денисова «Flutter for Apple TV».
https://habr.com/ru/post/665264/
https://habr.com/ru/post/665264/
#Новостизанеделю
Подборка новостей за неделю.
Новости:
— What’s new in Flutter 3.
https://t.me/FlutterDevRu/1142
— Dart 2.17 — Productivity and integration.
https://t.me/FlutterDevRu/1143
— Announcing the Flutter Casual Games Toolkit.
https://medium.com/flutter/announcing-the-flutter-casual-games-toolkit-c22e401d8fee
— Perspectives from early adopters of Flutter as a game development tool.
https://medium.com/flutter/perspectives-from-early-adopters-of-flutter-as-a-game-development-tool-f95fb3406d51
— Getting Started with the BLoC Pattern.
https://www.raywenderlich.com/31973428-getting-started-with-the-bloc-pattern
— Flutter для Apple TV.
https://t.me/FlutterDevRu/1144
Интересное из Github:
— pinball.
https://github.com/flutter/pinball
— flutter.space.
https://github.com/fluttertools/flutter.space
— vizor.
https://github.com/fluttertools/vizor
— jugger.dart
https://github.com/ivk1800/jugger.dart
Подборка новостей за неделю.
Новости:
— What’s new in Flutter 3.
https://t.me/FlutterDevRu/1142
— Dart 2.17 — Productivity and integration.
https://t.me/FlutterDevRu/1143
— Announcing the Flutter Casual Games Toolkit.
https://medium.com/flutter/announcing-the-flutter-casual-games-toolkit-c22e401d8fee
— Perspectives from early adopters of Flutter as a game development tool.
https://medium.com/flutter/perspectives-from-early-adopters-of-flutter-as-a-game-development-tool-f95fb3406d51
— Getting Started with the BLoC Pattern.
https://www.raywenderlich.com/31973428-getting-started-with-the-bloc-pattern
— Flutter для Apple TV.
https://t.me/FlutterDevRu/1144
Интересное из Github:
— pinball.
https://github.com/flutter/pinball
— flutter.space.
https://github.com/fluttertools/flutter.space
— vizor.
https://github.com/fluttertools/vizor
— jugger.dart
https://github.com/ivk1800/jugger.dart
Как на Flutter-проекте реализовать разделение Google-сервисов и Huawei-сервисов: Никита Спирьянов рассказывает, как можно разделить GMS (Google Mobile Services) и HMS (Huawei Mobile Services) внутри Flutter-приложения.
https://habr.com/ru/company/friflex/blog/665686/
https://habr.com/ru/company/friflex/blog/665686/
Why you should use a Go backend in Flutter: Shalitha Suranga рассказывает про использование бэкенда на Go для Flutter приложения.
https://blog.logrocket.com/why-use-go-backend-flutter/
https://blog.logrocket.com/why-use-go-backend-flutter/
Quick start to building a game in Flutter: Filip Hráček рассказывает про создание игр с помощью Flutter, а также про то, как использовать шаблоны для запуска игрового проекта.
https://youtu.be/zGgeBNiRy-8
https://youtu.be/zGgeBNiRy-8
Flutter 3: что нового — Перевод статьи «What’s new in Flutter 3» с комментариями Евгения Сатурова.
https://habr.com/ru/company/surfstudio/blog/666448/
https://habr.com/ru/company/surfstudio/blog/666448/
#Новостизанеделю
Подборка новостей за неделю.
Новости:
— Quick start to building a game in Flutter.
https://t.me/FlutterDevRu/1148
— Flutter 3: что нового.
https://t.me/FlutterDevRu/1149
— How to Write Tests using Stream Matchers and Predicates in Flutter.
https://codewithandrea.com/articles/async-tests-streams-flutter/
— Выразительные Unit тесты в Dart/Flutter.
https://habr.com/ru/post/666196/
— Тестирование Flutter-приложений: гайд по разработке тестов на Flutter.
https://habr.com/ru/company/friflex/blog/666578/
— Using Mockito in Flutter.
https://flatteredwithflutter.com/using-mockito-in-flutter%ef%bf%bc/
Интересное из Github:
— maps.
https://github.com/flutter-mapbox-gl/maps
— bullseye.
https://github.com/thosakwe/bullseye
— Ubuntu Desktop system settings.
https://github.com/ubuntu-flutter-community/settings
— gallery.
https://github.com/flutter/gallery
Подборка новостей за неделю.
Новости:
— Quick start to building a game in Flutter.
https://t.me/FlutterDevRu/1148
— Flutter 3: что нового.
https://t.me/FlutterDevRu/1149
— How to Write Tests using Stream Matchers and Predicates in Flutter.
https://codewithandrea.com/articles/async-tests-streams-flutter/
— Выразительные Unit тесты в Dart/Flutter.
https://habr.com/ru/post/666196/
— Тестирование Flutter-приложений: гайд по разработке тестов на Flutter.
https://habr.com/ru/company/friflex/blog/666578/
— Using Mockito in Flutter.
https://flatteredwithflutter.com/using-mockito-in-flutter%ef%bf%bc/
Интересное из Github:
— maps.
https://github.com/flutter-mapbox-gl/maps
— bullseye.
https://github.com/thosakwe/bullseye
— Ubuntu Desktop system settings.
https://github.com/ubuntu-flutter-community/settings
— gallery.
https://github.com/flutter/gallery
Как подружить Elementary и BLoC: Кристина Зотьева с Михаилом Зотьевым показывают один из примеров эффективного взаимодействия двух инструментов, которые могут удачно дополнить друг друга.
https://habr.com/ru/company/surfstudio/blog/667272/
https://habr.com/ru/company/surfstudio/blog/667272/
Dart on the server with Dart Frog: Если вы когда-то думали про бэкенд на Dart, то совсем недавно команда Very Good Ventures выпустила свой новый проект dart_frog, который должен помочь Flutter и Dart разработчикам с этим.
https://verygood.ventures/blog/dart-frog
https://verygood.ventures/blog/dart-frog
Flutter user survey — Q2 2022: Q1 2022: А вот и второй опрос пользователей Flutter за 2022 год.
P.S. Ваши ответы помогут улучшить Flutter.
https://google.qualtrics.com/jfe/form/SV_823cUPuvc7wwqBE
P.S. Ваши ответы помогут улучшить Flutter.
https://google.qualtrics.com/jfe/form/SV_823cUPuvc7wwqBE
Flutter Package of the Week(shared_preferences): Узнайте в видео подробнее про shared_preferences.
https://youtu.be/sa_U0jffQII
https://youtu.be/sa_U0jffQII
Dart 2.17: Продуктивность и интеграция: Перевод «Dart 2.17: Productivity and integration» с комментариями Евгения Сатурова.
https://habr.com/ru/company/surfstudio/blog/667990/
https://habr.com/ru/company/surfstudio/blog/667990/
#Новостизанеделю
Подборка новостей за неделю.
Новости:
— Flutter Package of the Week(shared_preferences).
https://t.me/FlutterDevRu/1154
— Flutter user survey — Q2 2022: Q1 2022.
https://t.me/FlutterDevRu/1153
— Dart on the server with Dart Frog.
https://t.me/FlutterDevRu/1152
— Как подружить Elementary и BLoC.
https://t.me/FlutterDevRu/1151
— 11 вещей, о которых вы должны помнить перед стартом нового проекта на Flutter.
https://habr.com/ru/post/667424/
— Put Flutter to Work.
https://medium.com/flutter/put-flutter-to-work-95f5fdcc592e
Интересное из Github:
— dart_frog.
https://github.com/VeryGoodOpenSource/dart_frog
— FlutterCarouselSlider.
https://github.com/UdaraWanasinghe/FlutterCarouselSlider
— flutter_convenient_test.
https://github.com/fzyzcjy/flutter_convenient_test
— wakelock.
https://github.com/creativecreatorormaybenot/wakelock
Подборка новостей за неделю.
Новости:
— Flutter Package of the Week(shared_preferences).
https://t.me/FlutterDevRu/1154
— Flutter user survey — Q2 2022: Q1 2022.
https://t.me/FlutterDevRu/1153
— Dart on the server with Dart Frog.
https://t.me/FlutterDevRu/1152
— Как подружить Elementary и BLoC.
https://t.me/FlutterDevRu/1151
— 11 вещей, о которых вы должны помнить перед стартом нового проекта на Flutter.
https://habr.com/ru/post/667424/
— Put Flutter to Work.
https://medium.com/flutter/put-flutter-to-work-95f5fdcc592e
Интересное из Github:
— dart_frog.
https://github.com/VeryGoodOpenSource/dart_frog
— FlutterCarouselSlider.
https://github.com/UdaraWanasinghe/FlutterCarouselSlider
— flutter_convenient_test.
https://github.com/fzyzcjy/flutter_convenient_test
— wakelock.
https://github.com/creativecreatorormaybenot/wakelock
Flutter & games: пробуем Bonfire в роли игрового движка: Алексей Волков рассказывает про фреймворк Bonfire для создания RPG игр на Flutter.
https://habr.com/ru/post/668436/
https://habr.com/ru/post/668436/
The Boring Flutter Development Show, Ep. 58: В новом выпуске The Boring Flutter Development Show, Craig и Khanh продолжают работу над приложением My Dash.
https://youtu.be/Ikg7vHJoZjA
https://youtu.be/Ikg7vHJoZjA
Bloc 8.0 Tutorial for Flutter(Getting Started): Alejandro Ulate Fallas рассказывает про создание приложения Wordle с использованием Bloc v.8.0.
https://www.raywenderlich.com/32962047-bloc-8-0-tutorial-for-flutter-getting-started
https://www.raywenderlich.com/32962047-bloc-8-0-tutorial-for-flutter-getting-started
Decoding Flutter(Type Promotion): В этом выпуске Khanh рассказывает, как воспользоваться всеми преимуществами Type Promotion.
https://youtu.be/2Cl0C-9dK48
https://youtu.be/2Cl0C-9dK48
#Новостизанеделю
Подборка новостей за неделю.
Новости:
— The Boring Flutter Development Show, Ep. 58.
https://t.me/FlutterDevRu/1158
— Decoding Flutter(Type Promotion).
https://t.me/FlutterDevRu/1160
— Bloc 8.0 Tutorial for Flutter(Getting Started).
https://t.me/FlutterDevRu/1159
— Flutter & games: пробуем Bonfire в роли игрового движка.
https://t.me/FlutterDevRu/1157
— Upgrading Enums in Flutter.
https://medium.com/@dev.n/upgrading-enums-in-flutter-7bba960d17e7
Интересное из Github:
— bonfire.
https://github.com/RafaelBarbosatec/bonfire
— interact.
https://github.com/frencojobs/interact
— flutter.plugins.
https://github.com/google/flutter.plugins
— jaspr.
https://github.com/schultek/jaspr
— domino.
https://github.com/agilord/domino
Подборка новостей за неделю.
Новости:
— The Boring Flutter Development Show, Ep. 58.
https://t.me/FlutterDevRu/1158
— Decoding Flutter(Type Promotion).
https://t.me/FlutterDevRu/1160
— Bloc 8.0 Tutorial for Flutter(Getting Started).
https://t.me/FlutterDevRu/1159
— Flutter & games: пробуем Bonfire в роли игрового движка.
https://t.me/FlutterDevRu/1157
— Upgrading Enums in Flutter.
https://medium.com/@dev.n/upgrading-enums-in-flutter-7bba960d17e7
Интересное из Github:
— bonfire.
https://github.com/RafaelBarbosatec/bonfire
— interact.
https://github.com/frencojobs/interact
— flutter.plugins.
https://github.com/google/flutter.plugins
— jaspr.
https://github.com/schultek/jaspr
— domino.
https://github.com/agilord/domino