flutter_android 0.8.0
flutter_android: ^0.8.0 copied to clipboard
A Flutter plugin for Android platform-specific APIs, to reduce duplication of effort by centralizing Android bindings in a single package.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.0 - 2020-08-19 #
0.7.0 - 2020-08-19 #
Changed #
- Required Dart 2.8+
- Required the typed_data package
Added #
android_os.Parcel.obtain()
static methodandroid_os.Parcel#asByteData()
methodandroid_os.Parcel#asUint8List()
methodandroid_os.Parcel#writeBoolean()
methodandroid_os.Parcel#writeBooleanArray()
methodandroid_os.Parcel#writeBundle()
methodandroid_os.Parcel#writeByte()
methodandroid_os.Parcel#writeByteArray()
methodandroid_os.Parcel#writeCharArray()
methodandroid_os.Parcel#writeDouble()
methodandroid_os.Parcel#writeDoubleArray()
methodandroid_os.Parcel#writeFloat()
methodandroid_os.Parcel#writeFloatArray()
methodandroid_os.Parcel#writeInt()
methodandroid_os.Parcel#writeIntArray()
methodandroid_os.Parcel#writeList()
methodandroid_os.Parcel#writeLong()
methodandroid_os.Parcel#writeLongArray()
methodandroid_os.Parcel#writeMap()
methodandroid_os.Parcel#writeParcelable()
methodandroid_os.Parcel#writeString()
methodandroid_os.Parcel#writeStringArray()
methodandroid_os.Parcel#writeValue()
method
0.6.0 - 2020-08-18 #
Added #
android_content.Intent#package
propertyandroid_content.Intent#startActivity()
method
0.4.0 - 2019-03-13 #
0.3.7 - 2019-03-12 #
Added #
android_bluetooth.Bluetooth{Adapter,Device,Headset,LeScanner}.*
constants
0.3.6 - 2019-02-28 #
No functional changes.
0.3.4 - 2019-02-15 #
Added #
android_location.Location
classandroid_hardware.Sensor#subscribe()
methodandroid_hardware.SensorEvent
classandroid_hardware.SensorManager.getDefaultSensor()
static methodandroid_hardware.SensorManager.registerListener()
static method
0.3.3 - 2019-02-15 #
Added #
android_location.Location
class stubandroid_location.Location.distanceBetween()
static method
0.3.2 - 2019-02-15 #
Added #
- Declared Bluetooth permissions for the example app
- Declared body sensor permissions for the example app
android_hardware.Sensor
class stubandroid_hardware.SensorEvent
class stubandroid_hardware.SensorEventListener
class stubandroid_hardware.SensorManager
class stub
0.3.1 - 2019-02-14 #
Added #
android_bluetooth.BluetoothAdapter
class stubandroid_bluetooth.BluetoothDevice
class stubandroid_bluetooth.BluetoothHeadset
class stubandroid_bluetooth.BluetoothLeScanner
class stubandroid_bluetooth.BluetoothManager
class stub
0.3.0 - 2019-02-14 #
Changed #
- Required Dart 2.1+
Added #
- Face detection demo in the example app
android_graphics.Bitmap.fromImage()
static methodandroid_graphics.Bitmap.fromAssetImage()
static methodandroid_graphics.Bitmap#getHeight()
methodandroid_graphics.Bitmap#getWidth()
methodandroid_graphics.Bitmap#toImage()
methodandroid_graphics.Point
classandroid_graphics.PointF
classandroid_media.Face
classandroid_media.FaceDetector
class
0.2.3 - 2018-12-10 #
Added #
android_content.Context.getSharedPreferences()
methodandroid_content.SharedPreferences
class
0.2.0 - 2018-12-05 #
Changed #
android_database.Cursor#getBlob()
now returns aUint8List
, not aByteBuffer
0.1.11 - 2018-11-21 #
0.1.7 - 2018-11-15 #
0.1.6 - 2018-11-15 #
Added #
android_database.Cursor
interfaceandroid_database.CursorIndexOutOfBoundsException
exceptionandroid_database.DatabaseUtils
classandroid_database.SQLException
exception
0.1.5 - 2018-11-15 #
Added #
android_app.WallpaperColors
classandroid_content.ComponentName
classandroid_content.Intent
classandroid_os.Bundle
class
0.1.4 - 2018-11-14 #
Added #
android_bluetooth
libraryandroid_database
libraryandroid_hardware
libraryandroid_location
libraryandroid_media
libraryandroid_net
libraryandroid_nfc
libraryandroid_provider
libraryandroid_security
libraryandroid_speech
libraryandroid_telephony
libraryandroid_view
library
0.1.3 - 2018-11-14 #
0.1.1 - 2018-11-03 #
Added #
android_os
libraryandroid_os.Environment.dataDirectory
getterandroid_os.Environment.downloadCacheDirectory
getterandroid_os.Environment.externalStorageDirectory
getterandroid_os.Environment.externalStorageState
getterandroid_os.Environment.rootDirectory
getterandroid_os.Environment.isExternalStorageEmulated
getterandroid_os.Environment.isExternalStorageRemovable
getter
0.1.0 - 2018-11-03 #
Added #
android_content
libraryandroid_content.Context.cacheDir
getterandroid_content.Context.codeCacheDir
getterandroid_content.Context.dataDir
getterandroid_content.Context.externalCacheDir
getterandroid_content.Context.externalFilesDir
getterandroid_content.Context.filesDir
getterandroid_content.Context.noBackupFilesDir
getterandroid_content.Context.packageCodePath
getterandroid_content.Context.packageName
getterandroid_content.Context.packageResourcePath
getter