Vikas Kandari

Results 7 comments of Vikas Kandari

Just copy the lib folder in your project and import PinchZoomModule from pinch-zoom.module.ts file.

Same Issue - when creating a table name with capital letters typeorm with sync on it checks the schema with lower case and tries to create it with upper case.

having same issue with chrom water taps

``` dependencies { implementation 'com.github.chrisbanes:PhotoView:latest.release.here' } ``` replace `latest.release.here` with the latest release verion code currently its `2.0.0` it should look like this ``` dependencies { implementation 'com.github.chrisbanes:PhotoView:2.0.0' } ```

Thanks for mentioning the documentation now I get why @ was being ignored in code. What if we use a different character for namespace like # or $ or something...

partials and automatic template resolution is cool but it solves 50% of my problem, i acutally need paths that will resolve templates outside the root/main directory and i really don't...

Same issue here is the minimum code ```dart import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_inappwebview/flutter_inappwebview.dart'; class Browser2Screen extends StatelessWidget { const Browser2Screen({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(...