Alexufo / Flutter-ActivityAware-plugin-example

Example of flutter plugin to open android activity from flutter based on new ActivityAware interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter native activity plugin demo based on new flutter API ().

Based on https://github.com/leyan95/qrcode_scanner. Cleaned and code updated.

Flutter native activity plugin

[![License][license-image]][license-url]

A Flutter plugin demonstrate how open native activity from flutter

Permission:

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

Installation

Unpack and open example folder in Android Studio. Google any qrcode and test on it

About

Example of flutter plugin to open android activity from flutter based on new ActivityAware interface

License:MIT License


Languages

Language:Java 54.5%Language:Dart 26.6%Language:Swift 9.9%Language:Shell 3.8%Language:Ruby 3.5%Language:Objective-C 1.9%