Ciro Carandente (Coda)
Ciro Carandente (Coda)
@aarongrider Hi Aaron, I'm actually having some problems after cloning the repository (probably something missing). 1) On each `react-native` import, I get this error: `Parse errors in imported module 'react-native':...
> Hey @codakkk, are you trying to run the example project or are you adding camera-kit to your existing project? > > You will want to either: > - clone...
> Change your package.json try changing from `"react-native-camera-kit": 10.0.0` -> `"react-native-camera-kit": "git+https://github.com/teslamotors/react-native-camera-kit.git"` Some misunderstanding happening here 😄 I actually want to implemente the feature described in the issue, placing components...
I pushed a PR (#378) for this Issue
Same error here
> use flutter_sound package for recording. You can still use audio_waveforms for visualization. Can you provide an example on how you achieved that?
> * `ReactiveStatusListenableBuilder` Any update?
Up. Neither `%SYNTAX%` nor `$SYNTAX` is working. This won't work when using 'run'. Works when using 'exec' My use case is to create a script that creates a new package...
I wrote a wrapper for this case: ```dart class UnirequiredInput extends FormzInput { const UnirequiredInput.pure() : super.pure(null); const UnirequiredInput.dirty({T? value}) : super.dirty(value); @override void validator(T? value) {} } ``` But...