mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-06-03 13:38:03 +02:00
fix missing icons
This commit is contained in:
@@ -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;
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user