Kirill Bubochkin·Nov 26, 2021Another app migrated to FlutterAs you probably know, we have an app in Flutter that has been successfully running in production for more than 2 years now.
Kirill Bubochkin·Oct 28, 2021Don’t be always late…In code reviews, I often see a construction like this:
InFlutter CommunitybyKirill Bubochkin·Apr 16, 2021Storybook + Flutter = storybook_flutterThis article is all about promoting my Flutter library for showcasing isolated widgets and screens. Something like Storybook in the React…A response icon1A response icon1
InMewsDevsbyKirill Bubochkin·Feb 5, 20211 year in production with Flutter: lessons learnedThis is a text version of my presentation at DartUP 2020.A response icon9A response icon9
InThe StartupbyKirill Bubochkin·Jul 20, 202013 Reasons Why Dart Is Worse Than KotlinAs you probably know from my previous articles and talks, I love Flutter. I really think that this is one of the best options to develop a…A response icon18A response icon18
InFlutter CommunitybyKirill Bubochkin·Jun 15, 2020UI tests in Flutter with Azure PipelinesContinuous integration (CI) is the practice of merging all developers’ working copies to shared mainline several times a day.
InMewsDevsbyKirill Bubochkin·May 19, 2020Intro to Flutter: a practical guide to cross-platform developmentToday I would like to share with you our experience with running our Flutter application in production for about 6 months. We will talk…
InMewsDevsbyKirill Bubochkin·Jan 29, 2020Flutter for Web: is it a killer of React?During one of our recent discussions about Flutter and Flutter for Web (and I do like talking about Flutter a lot), I was asked a question…
InMewsDevsbyKirill Bubochkin·Dec 12, 2019Flutter: how to draw text along an arcFor one of our side projects (highly experimental and written in Flutter for Web, by the way) I needed to implement something like this:
InMewsDevsbyKirill Bubochkin·Mar 26, 2019Dependency Injection in FlutterAs I wrote in a previous article, we’re experimenting with Flutter while developing our side project for step challenges with colleagues…