Flutter Wordle Replica
Apk file
https://drive.google.com/file/d/1YkVqUanmtEAz2e5_OQYauloGWin-RyKV/view?usp=sharing
Let's get started!
https://youtu.be/bJhwCmptzi0
main.dart
import 'package:flutter/material.dart';
import 'pages/home/home.dart';
void main() {
runApp(c...
canerdemirciblog.hashnode.dev4 min read