#flutter
Read more stories on Hashnode
Articles with this tag
I was working on a simple app for practice and wanted my text fields to accept only digits and format them in Turkish currency like this...
Apk file https://drive.google.com/file/d/1YkVqUanmtEAz2e5_OQYauloGWin-RyKV/view?usp=sharing Let's get...
You can create different types of skeletons using WireFrame widget. Here is the code. main.dart import 'package:flutter/material.dart'; void main()...
https://youtu.be/T8dpElIuz7M I made a logo quiz game. I use an API for logos, brand names and descriptions. (https://brandfetch.com/). Each game level...
I made a memory game with flutter. I used AnimatedBuilder and just setState() There is a game box model and widget. In the game there is a hint button...
I had made TicTacToe game with HTML-JS earlier, this time I made it with flutter. In-game when one of the players wins the round boxes turn green if...