Note to self to get the fancy version, which is what I thought I had just done.

This commit is contained in:
Hyperling 2025-01-30 13:04:15 -07:00
parent 711d4ae312
commit f7a27a5de1

View File

@ -1,4 +1,8 @@
// https://github.com/flutter/codelabs/blob/main/namer/step_08/lib/main.dart
// TODO: When I have better interwebs, replace this file with this one:
// https://dartpad.dev/?id=e7076b40fb17a0fa899f9f7a154a02e8
// Currently it's this one which is basically the same as mine but orange.
// https://github.com/flutter/codelabs/blob/main/namer/step_08/lib/main.dart
import 'package:english_words/english_words.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';