Kittipong Theothaisong
Kittipong Theothaisong
Fixed at this [PR](https://github.com/Idean/Flutter-Neumorphic/pull/263) (waiting for merge). or use it by adding below in pubspec.yaml. ``` dependency_overrides: flutter_neumorphic: git: url: [email protected]:MrKnos/Flutter-Neumorphic.git ref: feature/neumorphic-app-router ```
Fixed at this [PR](https://github.com/Idean/Flutter-Neumorphic/pull/263) (waiting for merge). or use it by adding below in pubspec.yaml. ``` dependency_overrides: flutter_neumorphic: git: url: [email protected]:MrKnos/Flutter-Neumorphic.git ref: feature/neumorphic-app-router ```
Fixed at this [PR](https://github.com/Idean/Flutter-Neumorphic/pull/263) (waiting for merge). or use it by adding below in pubspec.yaml. ``` dependency_overrides: flutter_neumorphic: git: url: [email protected]:MrKnos/Flutter-Neumorphic.git ref: feature/neumorphic-app-router ```
Hi, @mvanbeusekom I followed the example of [local_auth](https://pub.dev/packages/local_auth/example) package, iOS still requires user permission to use biometrics for authenticate. ### Reproduce steps: 1. Create flutter project 2. Change main.dart as...
Workaround wrap with Material widget for example ```dart Material( textStyle: const TextStyle( fontFamily: 'YOUR_FONT_FAMILY', ), child: child, ) ```