Tag: flutter
All the articles with the tag "flutter".
Build a web app with Flutter and deploy it to Firebase hosting
| 1 min readIn this tutorial, I will expand a card with AnimatedContainer to make it look better.
Draw a circular control with CustomPainter in Flutter
| 1 min readLearn how to use Flutter CustomPainter to beautify the UI of your next application.
Building Beautiful UI in Flutter
| 1 min readA quick intro guide to enhancing the design for your next Flutter mobile app.
Build a web app with Flutter and deploy it to Firebase hosting
| 1 min readIn this tutorial, I will show some usage scenarios and web features of Flutter, then we'll see how to build a simple app and deploy it to Firebase hosting.
Why you should learn Dart and Flutter
| 4 min readIn this essay I convince you to use Dart and Flutter for mobile development.
Build the famous Tic Tac Toe game in Flutter
| 1 min readIn this post I will explore how to build the UI and the business logic for the famous game Tic Tac Toe. I use the Flutter SDK.
Create a Bouncing Button Animation in Flutter
| 5 min readAdd animations to your applications enriches the general user experience.