Add title image

Move GMS API KEY to .env file
use better sign icon for pins
This commit is contained in:
2025-04-17 19:03:55 -07:00
parent 26eb162ade
commit 8241e3601e
8 changed files with 143 additions and 94 deletions

View File

@@ -13,7 +13,7 @@ import 'package:wheres_my_sign/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(const SignLocatorApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);