This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POI Name | Latitude | Longitude | Parent Building | |
|---|---|---|---|---|
| Levi's | 37.1121 | -127.112331 | Hillsdale Mall | |
| Cream Stone | 37.11301 | -127.112661 | Hillsdale Mall | |
| Uniqlo | 37.11101 | -127.112371 | Hillsdale Mall | |
| 99 Ranch | 37.44623 | -126.1111233 | 99 Ranch - Milpitas | |
| Delhi Masala | 37.44618 | -126.111027 | 99 Ranch - Milpitas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MULTIPOLYGON(((-86.28800848066038 33.176736307673494,-86.28790119229978 33.17687998582289,-86.2878314548654 33.17684406630763,-86.28794947206205 33.17669589815153,-86.28800848066038 33.176736307673494)),((-86.28794276653952 33.17669028571646,-86.28790253340429 33.176665590997835,-86.28777646958059 33.1768115142342,-86.28781133829779 33.176838453882034,-86.28794276653952 33.17669028571646)),((-86.28789716898626 33.17666334602308,-86.28784352480596 33.176631916370326,-86.2877228254003 33.176789064521344,-86.28777646958059 33.176820494117734,-86.28789716898626 33.17666334602308)),((-86.28778988062567 33.176600486706306,-86.28784352480596 33.176631916370326,-86.28772550760931 33.17678681954975,-86.28766918122 33.17676661480273,-86.28778988062567 33.176600486706306)),((-86.28778451620764 33.17660273168268,-86.28737413822836 33.176373743796155,-86.28710189401335 33.17672283783491,-86.28751495420164 33.17695182480925,-86.28778451620764 33.17660273168268)),((-86.28737011491484 33.17636813134043,-86.28724136888212 33. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstdio> | |
| #include <string> | |
| #include <vector> | |
| #include <iostream> | |
| using namespace std; | |
| int main() { | |
| string s; | |
| cin >> s; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:google_maps_flutter/google_maps_flutter.dart'; | |
| class Issue25169 extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return Center( | |
| child: GoogleMap( | |
| initialCameraPosition: CameraPosition( | |
| target: const LatLng(37.7749, 122.4194), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:webview_flutter/webview_flutter.dart'; | |
| void main() => runApp(MaterialApp(home: CrashingWebViewExample())); | |
| class CrashingWebViewExample extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| final double maxHeight = MediaQuery.of(context).size.height; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/android/app/build.gradle b/android/app/build.gradle | |
| index d45d3b6..79bb62c 100644 | |
| --- a/android/app/build.gradle | |
| +++ b/android/app/build.gradle | |
| @@ -55,6 +55,7 @@ flutter { | |
| } | |
| dependencies { | |
| + implementation("com.google.android.gms:play-services-tasks:16.0.1") | |
| testImplementation 'junit:junit:4.12' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/foundation.dart'; | |
| import 'package:flutter/gestures.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:webview_flutter/webview_flutter.dart'; | |
| void main() => runApp(MaterialApp(home: CrashingWebViewExample())); | |
| class CrashingWebViewExample extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class SizeAwareImageCacheKey { | |
| const SizeAwareImageCacheKey(this._providerCacheKey, this._imageSize); | |
| final dynamic _providerCacheKey; | |
| final Size _imageSize; | |
| } | |
| class SizeAwareImageProvicer | |
| extends ImageProvider<SizeAwareImageCacheKey> { | |
| const SizeAwareImageProvicer(this._imageProvider, this.imageSize); |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Building flutter tool... | |
| Waiting for another flutter command to release the startup lock... | |
| Upgrading packages... | |
| WARNING: the following packages use hard-coded version constraints: | |
| - flutter_gallery_assets: 0.1.9+2 | |
| - mockito: ^4.1.0 | |
| - vm_service_client: 0.2.6+2 | |
| Running "flutter pub upgrade" in flutter_update_packages.UMIANC... | |
| Resolving dependencies... | |
| fact: flutter_update_packages is 0.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cmath> | |
| #include <cstdlib> | |
| #include <string> | |
| #import <AudioToolbox/AudioToolbox.h> | |
| #import <CoreData/CoreData.h> | |
| #import <Foundation/Foundation.h> | |
| #define FILENAME_FORMAT @"%0.3f-%@.aif" |