flutter_android 0.2.5 flutter_android: ^0.2.5 copied to clipboard
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.2.5 - 2019-02-13 #
Added #
android_graphics
libraryandroid_graphics.Bitmap
class
0.2.4 - 2019-01-28 #
Changed #
- Added sanity checks to
android_database.MatrixCursor
0.2.3 - 2018-12-10 #
Added #
android_content.Context.getSharedPreferences()
methodandroid_content.SharedPreferences
class
0.2.2 - 2018-12-08 #
Changed #
- Made
android_database.Cursor
iterable
0.2.1 - 2018-12-06 #
Changed #
- Enhanced the example application and added a screenshot
0.2.0 - 2018-12-05 #
Changed #
android_database.Cursor#getBlob()
now returns aUint8List
, not aByteBuffer
0.1.14 - 2018-12-04 #
Added #
android_content.ContentValues
class
0.1.13 - 2018-11-23 #
Added #
android_app.ActivityManager.isRunningInTestHarness
getter
0.1.12 - 2018-11-22 #
Changed #
- Corrected the return value for
android_database.Cursor#moveToNext()
0.1.11 - 2018-11-21 #
Added #
android_database.MatrixCursor
class
Changed #
- Corrected return values for
android_database.Cursor#moveTo*()
methods
0.1.10 - 2018-11-21 #
Added #
android_database.DatabaseUtils
static methods
0.1.9 - 2018-11-21 #
Added #
android_app.Notification
classandroid_app.NotificationAction
class
0.1.8 - 2018-11-20 #
Added #
- meta dependency
0.1.7 - 2018-11-15 #
Added #
android_database.Cursor#get()
method
Changed #
android_database.CursorIndexOutOfBoundsException
constructor
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 #
Added #
android_content.Context.*_SERVICE
constantsandroid_content.Context.getSystemService()
method
Changed #
- All plugin code is now protected by a
LocalPlatform().isAndroid
assertion - The appropriate classes now implement
android_os.Parcelable
0.1.2 - 2018-11-14 #
Added #
- platform dependency
android_app
library
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