mehranshoqi / flutter-reflective

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Me

đź“ŚFind me at Portfolio

About

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

License:MIT License


Languages

Language:C++ 36.3%Language:CMake 32.4%Language:Dart 18.7%Language:Ruby 4.7%Language:HTML 3.2%Language:C 2.5%Language:Swift 2.0%Language:Kotlin 0.2%Language:Objective-C 0.1%