mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Update flutter_map
This commit is contained in:
		
							parent
							
								
									6e9e3d05d2
								
							
						
					
					
						commit
						b894a4542a
					
				@ -35,15 +35,15 @@ class MapBubble extends StatelessWidget {
 | 
			
		||||
                  center: LatLng(latitude, longitude),
 | 
			
		||||
                  zoom: zoom,
 | 
			
		||||
                ),
 | 
			
		||||
                layers: [
 | 
			
		||||
                  TileLayerOptions(
 | 
			
		||||
                children: [
 | 
			
		||||
                  TileLayer(
 | 
			
		||||
                    maxZoom: 20,
 | 
			
		||||
                    minZoom: 0,
 | 
			
		||||
                    urlTemplate:
 | 
			
		||||
                        'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
 | 
			
		||||
                    subdomains: ['a', 'b', 'c'],
 | 
			
		||||
                    subdomains: const ['a', 'b', 'c'],
 | 
			
		||||
                  ),
 | 
			
		||||
                  MarkerLayerOptions(
 | 
			
		||||
                  MarkerLayer(
 | 
			
		||||
                    rotate: true,
 | 
			
		||||
                    markers: [
 | 
			
		||||
                      Marker(
 | 
			
		||||
 | 
			
		||||
@ -547,7 +547,7 @@ packages:
 | 
			
		||||
      name: flutter_map
 | 
			
		||||
      url: "https://pub.dartlang.org"
 | 
			
		||||
    source: hosted
 | 
			
		||||
    version: "2.2.0"
 | 
			
		||||
    version: "3.1.0"
 | 
			
		||||
  flutter_math_fork:
 | 
			
		||||
    dependency: transitive
 | 
			
		||||
    description:
 | 
			
		||||
@ -1994,5 +1994,5 @@ packages:
 | 
			
		||||
    source: hosted
 | 
			
		||||
    version: "3.1.0"
 | 
			
		||||
sdks:
 | 
			
		||||
  dart: ">=2.17.6 <3.0.0"
 | 
			
		||||
  flutter: ">=3.0.0"
 | 
			
		||||
  dart: ">=2.18.0 <3.0.0"
 | 
			
		||||
  flutter: ">=3.3.0"
 | 
			
		||||
 | 
			
		||||
@ -37,7 +37,7 @@ dependencies:
 | 
			
		||||
  flutter_local_notifications: ^12.0.2
 | 
			
		||||
  flutter_localizations:
 | 
			
		||||
    sdk: flutter
 | 
			
		||||
  flutter_map: ^2.2.0
 | 
			
		||||
  flutter_map: ^3.1.0
 | 
			
		||||
  flutter_matrix_html: ^1.1.0
 | 
			
		||||
  flutter_olm: ^1.2.0
 | 
			
		||||
  flutter_openssl_crypto: ^0.1.0
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user