reflective_visual 0.0.1 copy "reflective_visual: ^0.0.1" to clipboard
reflective_visual: ^0.0.1 copied to clipboard

Reflective visual for flutter apps.

Reflective visual for flutter apps #

Demo #

Voicey is a flutter package to play voice messages in chats. Also, you can sicking by dragging on voice noises.

Installation #

First, add reflective as a dependency in your pubspec.yaml file.

dependencies:
  reflective: <latest-version>

Next, get package from pub dependencies:

flutter pub get

iOS #

Add two rows to the ios/Runner/Info.plist:

  • one with the key Privacy - Camera Usage Description and a usage description.
  • and one with the key Privacy - Microphone Usage Description and a usage description.

If editing Info.plist as text, add:

<key>NSCameraUsageDescription</key>
<string>your usage description here</string>
<key>NSMicrophoneUsageDescription</key>
<string>your usage description here</string>

Android #

Change the minimum Android sdk version to 21 (or higher) in your android/app/build.gradle file.

minSdkVersion 21

License #

Licensed under the MIT license. See LICENSE.

Me #

📌Find me at Portfolio

56
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Reflective visual for flutter apps.

License

unknown (LICENSE)

Dependencies

blur, camera, flutter

More

Packages that depend on reflective_visual