Если вы хотите освоить такой актуальный IT-инструмент, как Flutter, то теоретических пособий будет недостаточно. Придётся постоянно актуализировать знания, изучая свежие ресурсы и лучшие практики из индустрии.
Чтобы помочь начинающим разработчикам, Академия Яндекса разработала бесплатный хендбук по Flutter. В этом онлайн-учебнике эксперты компании собрали теорию и кейсы из практики — всё, что поможет вам изучить Flutter с разных сторон и эффективно применять новые знания в рабочих задачах.
Чтобы начать заниматься, достаточно знать любой С-подобный язык или владеть Dart на уровне написания базовых алгоритмов. Пока что на сайте доступна только первая глава учебника, но совсем скоро Академия Яндекса опубликует и другие части. Подписывайтесь на новости, чтобы не пропустить их выход: https://clck.ru/35QGZg
Чтобы помочь начинающим разработчикам, Академия Яндекса разработала бесплатный хендбук по Flutter. В этом онлайн-учебнике эксперты компании собрали теорию и кейсы из практики — всё, что поможет вам изучить Flutter с разных сторон и эффективно применять новые знания в рабочих задачах.
Чтобы начать заниматься, достаточно знать любой С-подобный язык или владеть Dart на уровне написания базовых алгоритмов. Пока что на сайте доступна только первая глава учебника, но совсем скоро Академия Яндекса опубликует и другие части. Подписывайтесь на новости, чтобы не пропустить их выход: https://clck.ru/35QGZg
Package of the Week(home_widget): Очередной выпуск Package of the Week в котором рассказывается про home_widget.
https://youtu.be/L9cP9OTUstA?si=BvI1ctRB0n1YaTeD
https://youtu.be/L9cP9OTUstA?si=BvI1ctRB0n1YaTeD
#Новостизанеделю
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— 24 hours with AI extensions, security, and more!
https://youtu.be/n4-w7xXJtfc?si=53iDVbCJbswrWU_c
— Implementing Instant Object Detection in Live Image Streams using TFLite in Flutter.
https://blog.codemagic.io/live-object-detection-on-image-stream-in-flutter/
— Very Good Plugins: Very Good Flutter Styles.
https://verygood.ventures/blog/very-good-plugins-very-good-flutter-styles
— Release an iOS app with Flutter in 7 steps.
https://youtu.be/iE2bpP56QKc?si=LEfbZR7m0YA09weJ
Интересное из Github:
— cli_config.
https://github.com/dart-lang/tools/tree/main/pkgs/cli_config
— fleasy.
https://github.com/devj3ns/fleasy
— timelines.
https://github.com/chulwoo-park/timelines
— f3-firebase-remote-config-talk.
https://github.com/mkobuolys/f3-firebase-remote-config-talk
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— 24 hours with AI extensions, security, and more!
https://youtu.be/n4-w7xXJtfc?si=53iDVbCJbswrWU_c
— Implementing Instant Object Detection in Live Image Streams using TFLite in Flutter.
https://blog.codemagic.io/live-object-detection-on-image-stream-in-flutter/
— Very Good Plugins: Very Good Flutter Styles.
https://verygood.ventures/blog/very-good-plugins-very-good-flutter-styles
— Release an iOS app with Flutter in 7 steps.
https://youtu.be/iE2bpP56QKc?si=LEfbZR7m0YA09weJ
Интересное из Github:
— cli_config.
https://github.com/dart-lang/tools/tree/main/pkgs/cli_config
— fleasy.
https://github.com/devj3ns/fleasy
— timelines.
https://github.com/chulwoo-park/timelines
— f3-firebase-remote-config-talk.
https://github.com/mkobuolys/f3-firebase-remote-config-talk
Dive in to DevTools: John Ryan рассказывает, как с использованием DevTools улучшить производительность и надежность приложений Flutter.
https://youtu.be/_EYk-E29edo?si=jpC6UbJPHf2lEBEr
https://youtu.be/_EYk-E29edo?si=jpC6UbJPHf2lEBEr
Custom layout with Flutter: Flutter предоставляет обширную библиотеку виджетов для создания макетов, однако иногда для реализации сложных макетов может потребоваться больше гибкости, и для этого существует виджет CustomMultiChildLayout.
https://www.aloisdeniel.com/blog/custom-layout-with-flutter
https://www.aloisdeniel.com/blog/custom-layout-with-flutter
Widget of the Week(firebase_auth): Очередной выпуск Widget of the Week в котором рассказывается про firebase_auth.
https://youtu.be/Qw3IjnhTl5w?si=D-Ur8MDCboJzguSY
https://youtu.be/Qw3IjnhTl5w?si=D-Ur8MDCboJzguSY
Package of the Week(fl_chart): Узнайте в видео подробнее про fl_chart.
https://www.youtube.com/watch?v=PkPAtfNNJX8
https://www.youtube.com/watch?v=PkPAtfNNJX8
State Restoration in Flutter: Practical and Comprehensive Guide: Узнайте в статье, как обеспечить сохранение состояния в приложениях Flutter с помощью механизма восстановления состояния.
https://www.flutteris.com/blog/state_restoration
https://www.flutteris.com/blog/state_restoration
Package of the Week(Gap):Очередной выпуск Package of the Week в котором рассказывается про Gap.
https://youtu.be/MqjCIITfCIA?si=ADlS9rinF9z9qDZ8
https://youtu.be/MqjCIITfCIA?si=ADlS9rinF9z9qDZ8
How to Test Native Features in Flutter Apps with Patrol and Codemagic: В
В статье Kevin Suhajda рассказывает про проблему интеграционных тестов в Flutter, предлагая такое решение как "Patrol" и подчеркивая важность тестирования.
https://blog.codemagic.io/how-to-test-native-features-in-flutter-apps-with-patrol-and-codemagic/
В статье Kevin Suhajda рассказывает про проблему интеграционных тестов в Flutter, предлагая такое решение как "Patrol" и подчеркивая важность тестирования.
https://blog.codemagic.io/how-to-test-native-features-in-flutter-apps-with-patrol-and-codemagic/
#Новостизанеделю
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Package of the Week(fl_chart).
https://t.me/FlutterForDev/1373
— How to Test Native Features in Flutter Apps with Patrol and Codemagic.
https://blog.codemagic.io/how-to-test-native-features-in-flutter-apps-with-patrol-and-codemagic/
— State Restoration in Flutter: Practical and Comprehensive Guide.
https://t.me/FlutterForDev/1374
— Padding vs SizedBox. Что выбрать для вёрстки отступов Column и Row.
https://habr.com/ru/articles/771774/
— Firebase Demo Day.
https://firebase.google.com/demo-day/2023/
Интересное из Github:
— flutter_deck_slide.
https://github.com/mkobuolys/flutter_deck/tree/main/bricks/flutter_deck_slide
— unified_analytics
https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
— patrol
https://github.com/leancodepl/patrol
— flutterlocation
https://github.com/Lyokone/flutterlocation
— sendbird-chat-sample-flutter
https://github.com/sendbird/sendbird-chat-sample-flutter
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Package of the Week(fl_chart).
https://t.me/FlutterForDev/1373
— How to Test Native Features in Flutter Apps with Patrol and Codemagic.
https://blog.codemagic.io/how-to-test-native-features-in-flutter-apps-with-patrol-and-codemagic/
— State Restoration in Flutter: Practical and Comprehensive Guide.
https://t.me/FlutterForDev/1374
— Padding vs SizedBox. Что выбрать для вёрстки отступов Column и Row.
https://habr.com/ru/articles/771774/
— Firebase Demo Day.
https://firebase.google.com/demo-day/2023/
Интересное из Github:
— flutter_deck_slide.
https://github.com/mkobuolys/flutter_deck/tree/main/bricks/flutter_deck_slide
— unified_analytics
https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
— patrol
https://github.com/leancodepl/patrol
— flutterlocation
https://github.com/Lyokone/flutterlocation
— sendbird-chat-sample-flutter
https://github.com/sendbird/sendbird-chat-sample-flutter
Flutter Build Show(2D scrolling): Погружение в новые API для 2D-прокрутки с Kate Lovett!
https://youtu.be/ppEdTo-VGcg?si=9eKqKJVTlr4ePOZs
https://youtu.be/ppEdTo-VGcg?si=9eKqKJVTlr4ePOZs
Faking 3D in Flutter — pair programming with Craig Labenz: Filip Hráček вместе с Craig Labenz провели стрим, где они создают 3D-движок с использованием Flutter.
https://youtu.be/DmId-KOgPkg?si=1B7kZLQiABGlm8HY
https://youtu.be/DmId-KOgPkg?si=1B7kZLQiABGlm8HY
Announcing Dart 3.2: Вышло обновление Dart 3.2 в которое входит, улучшение разработки с DevTools , а также обновления веб-приложений и поддержку WebAssembly и не только. Подробнее в статье.
https://medium.com/dartlang/dart-3-2-c8de8fe1b91f
https://medium.com/dartlang/dart-3-2-c8de8fe1b91f
Introducing the Flutter Casual Games Toolkit: В новом видео от Flutter команды — узнай, почему Flutter отличный выбор для разработчиков игр, и ознакомься с Flutter Casual Games Toolkit, коллекцией инструментов, шаблонов и ресурсов для ускоренной и упрощенной разработки игр в Flutter.
https://youtu.be/oi6zk7cVHUw
https://youtu.be/oi6zk7cVHUw
What’s new in Flutter 3.16: Также вышла новая версия Flutter 3.16 в которую вошли: использование Material 3 по умолчанию, превью Impeller для Android, обновление SelectionArea и не только. Подробнее в статье.
https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1
https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1
Widget of the Week(OverlayPortal): Очередной выпуск Widget of the Week в котором рассказывается про OverlayPortal.
https://youtu.be/S0Ylpa44OAQ?si=ZSbWCOwLyo2DCamq
https://youtu.be/S0Ylpa44OAQ?si=ZSbWCOwLyo2DCamq
#Новостизанеделю
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Decoding Flutter(Patterns).
https://www.youtube.com/watch?v=aLvlqD4QS7Y
— Observable Flutter(Code generation).
https://www.youtube.com/watch?v=jYWOyMZamcY
— Progress of the Flutter and Dart Package Ecosystem.
https://medium.com/flutter/progress-of-the-flutter-package-ecosystem-17cded9a0703
— Macros, Static Metaprogramming, and Primary Constructors in Dart and Flutter.
https://www.sandromaglione.com/articles/macros-static-metaprogramming-and-primary-constructors-in-dart-and-flutter
— The shortest path to AI everywhere, is Flutter.
https://verygood.ventures/blog/the-shortest-path-to-ai-everywhere-is-flutter
— Dart Code Vs Code v3.82.0.
https://dartcode.org/releases/v3-82/
Интересное из Github:
— flutter_template.
https://github.com/wednesday-solutions/flutter_template
— fancy_bottom_navigation.
https://github.com/tunitowen/fancy_bottom_navigation
— widget-livebook.
https://github.com/leanflutter/widget-livebook
— flutter_html.
https://github.com/Sub6Resources/flutter_html
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Decoding Flutter(Patterns).
https://www.youtube.com/watch?v=aLvlqD4QS7Y
— Observable Flutter(Code generation).
https://www.youtube.com/watch?v=jYWOyMZamcY
— Progress of the Flutter and Dart Package Ecosystem.
https://medium.com/flutter/progress-of-the-flutter-package-ecosystem-17cded9a0703
— Macros, Static Metaprogramming, and Primary Constructors in Dart and Flutter.
https://www.sandromaglione.com/articles/macros-static-metaprogramming-and-primary-constructors-in-dart-and-flutter
— The shortest path to AI everywhere, is Flutter.
https://verygood.ventures/blog/the-shortest-path-to-ai-everywhere-is-flutter
— Dart Code Vs Code v3.82.0.
https://dartcode.org/releases/v3-82/
Интересное из Github:
— flutter_template.
https://github.com/wednesday-solutions/flutter_template
— fancy_bottom_navigation.
https://github.com/tunitowen/fancy_bottom_navigation
— widget-livebook.
https://github.com/leanflutter/widget-livebook
— flutter_html.
https://github.com/Sub6Resources/flutter_html
Package of the Week(feedback):Очередной выпуск Package of the Week в котором рассказывается про feedback.
https://youtu.be/yjsN2Goe_po?si=VXEC3HVNx5cWa3us
https://youtu.be/yjsN2Goe_po?si=VXEC3HVNx5cWa3us
#Новостизанеделю
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Package of the Week(feedback).
https://t.me/FlutterForDev/1389
— Observable Flutter(Writing a code generator).
https://www.youtube.com/live/ngUiuIdcGjk?si=mO_nBKtAwpk5pmPj
— Build a simple game with Flutter and Flame.
https://themobilecoder.com/build-a-game-with-flutter/
— FlexColorScheme.
https://docs.flexcolorscheme.com/
— Flutter Engineering(Book).
https://www.flutterengineering.io/
— Реализация чата на Flutter при помощи вебсокетов.
https://habr.com/ru/articles/792374/
Интересное из Github:
— flex_color_scheme.
https://github.com/rydmike/flex_color_scheme
— flutter_tv.
https://github.com/DenisovAV/flutter_tv
— flutter_catalog
https://github.com/X-Wei/flutter_catalog
А вот и очередная подборка новостей. Спасибо, что читаете их.
Новости:
— Package of the Week(feedback).
https://t.me/FlutterForDev/1389
— Observable Flutter(Writing a code generator).
https://www.youtube.com/live/ngUiuIdcGjk?si=mO_nBKtAwpk5pmPj
— Build a simple game with Flutter and Flame.
https://themobilecoder.com/build-a-game-with-flutter/
— FlexColorScheme.
https://docs.flexcolorscheme.com/
— Flutter Engineering(Book).
https://www.flutterengineering.io/
— Реализация чата на Flutter при помощи вебсокетов.
https://habr.com/ru/articles/792374/
Интересное из Github:
— flex_color_scheme.
https://github.com/rydmike/flex_color_scheme
— flutter_tv.
https://github.com/DenisovAV/flutter_tv
— flutter_catalog
https://github.com/X-Wei/flutter_catalog