• Stars
    star
    133
  • Rank 272,600 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open-source flutter package to create amazin visaul reflective page.

Reflective visual for flutter apps

Demo

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.

Donation

Your donation motivates me to work more on the Reflective Visual.

bc1q58h0hssvmxsc0zdedmqzn2kqx9j7rgueycwxgq [Bitcoin]

Me

📌Find me at Portfolio