Add pricing entry flow and platform admin foundations

This commit is contained in:
egecankomur
2026-06-20 18:24:40 +03:00
parent 1d36ccdf30
commit ac42681f7e
44 changed files with 6567 additions and 1419 deletions
+12
View File
@@ -0,0 +1,12 @@
class OpenFreeMap {
OpenFreeMap._();
static const libertyStyle = 'https://tiles.openfreemap.org/styles/liberty';
static const positronStyle = 'https://tiles.openfreemap.org/styles/positron';
static const brightStyle = 'https://tiles.openfreemap.org/styles/bright';
static const darkStyle = 'https://tiles.openfreemap.org/styles/dark';
static const fiordStyle = 'https://tiles.openfreemap.org/styles/fiord';
static const attribution =
'OpenFreeMap © OpenMapTiles Data from OpenStreetMap';
}