myfreax

Results 30 comments of myfreax

in app `build.gradle` ``` compileSdkVersion 31 ``` in project `gradle.properties` ``` android.enableJetifier=true android.useAndroidX=true ``` Add permission to AndroidManifest.xml ```xml ``` In your class add function ```dart Future requestWifiInfoPermisson() async {...

> @gupta-shrinath same as you Sry. my spelling error

I resolved this with `typeRoots`. The typeRoots all paths are relative to the tsconfig.json. My tsconfig.json is below ``` { "compilerOptions": { "typeRoots": ["./src/typings/", "./node_modules/@types/"], "module": "commonjs", ..... } }...

@matthewmueller here have a example. my project with [access control](https://github.com/nestjsx/nest-access-control/) as permission control. This lib use string as action store to database. And UseRoles decorator action also is string.

@neojames can you tell me resolve this issue

@TaylorStyles did you find solution i have same issue

request merge. I need it also