From ef241688c3b963da1066e82d0d924c5959fe4842 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 19 Jul 2025 14:51:45 -0500 Subject: [PATCH] fix missing icons --- lib/services/auth_service.dart | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/services/auth_service.dart b/lib/services/auth_service.dart index 86319f6..081d874 100644 --- a/lib/services/auth_service.dart +++ b/lib/services/auth_service.dart @@ -13,7 +13,7 @@ import 'package:http/http.dart' as http; /// ‑ Redirect URI: flockmap://auth /// • Put that client ID below (replace 'flockmap'). class AuthService { - static const _clientId = 'flockmap'; // ← replace with your ID + static const _clientId = 'lzEr2zjBGZ2TvJWr3QGxNcKxigp-mQ6pRWIUhI_Bqx8'; static const _redirect = 'flockmap://auth'; late final OAuth2Helper _helper; diff --git a/pubspec.yaml b/pubspec.yaml index 7e8aac5..a16f956 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: flock_map_app description: Simple OSM camera‑mapping client publish_to: "none" - version: 0.5.0 environment: @@ -26,3 +25,5 @@ dependencies: # Persistence shared_preferences: ^2.2.2 +flutter: + uses-material-design: true