Animating using AnimatedContainer Flutter widget
Posted on November 13, 2019 in Flutter • Tagged with AnimatedContainer, cross-platform, flutter, code-recipes, android, android Studio, iOS, development
Posted on November 13, 2019 in Flutter • Tagged with AnimatedContainer, cross-platform, flutter, code-recipes, android, android Studio, iOS, development
Posted on November 09, 2019 in Flutter • Tagged with Slider, RangeSlider, cross-platform, flutter, code-recipes, android, android Studio, iOS, development
Posted on October 10, 2019 in Flutter • Tagged with SearchDelegate, SearchAppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development, speech_recognition, permission_handler
Implementing Voice input for Search action in AppBar using Flutter for Android and iOS mobile apps.
Posted on September 17, 2019 in Flutter • Tagged with ColorFiltered, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development
Posted on September 16, 2019 in Flutter • Tagged with Kotlin, Dart, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development
Posted on September 12, 2019 in Flutter • Tagged with Provider, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development
Implementing switching from light to dark theme and vice versa using Provider plugin for dependency injection and state management.
Posted on August 30, 2019 in Flutter • Tagged with Switch, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development
In this code recipe, we'll implement a custom switch widget to accept privacy policy in an app.
Posted on August 07, 2019 in Flutter • Tagged with ColorTween, Animations, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development, Hummingbird
This recipe demonstrates using ColorTween animation class to achieve transition from one color to another.
Posted on July 19, 2019 in Flutter • Tagged with PopupMenuButton, Navigation, WebView, Cross-platform, Flutter, Hummingbird, Code-recipes, Android, Android Studio, iOS, development
In this article, I'll show you implementing "Settings" menu using PopupMenuButton Widget as Stateless vs Stateful widget in Flutter for Android, iOS and Web (Hummingbird).
Posted on July 18, 2019 in Flutter • Tagged with Material Icons, Hummingbird, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development
At this point, Flutter Web (aka Hummingbird) doesn't render Material Icons for Web. In this post, we'll see how Material Icons can be rendered for WebApps developed using Flutter.