#flutter-widgets
Read more stories on Hashnode
Articles with this tag
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...