Skip to content

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

License

Notifications You must be signed in to change notification settings

Alexufo/Flutter-ActivityAware-plugin-example

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published