Tag: dart
All the articles with the tag "dart".
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.
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.