flutter_android 0.1.10 copy "flutter_android: ^0.1.10" to clipboard
flutter_android: ^0.1.10 copied to clipboard

outdated

Android Bindings for Flutter

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.1.10 - 2018-11-21 #

Added #

  • android_database.DatabaseUtils static methods

0.1.9 - 2018-11-21 #

Added #

  • android_app.Notification class
  • android_app.NotificationAction class

0.1.8 - 2018-11-20 #

Added #

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 interface
  • android_database.CursorIndexOutOfBoundsException exception
  • android_database.DatabaseUtils class
  • android_database.SQLException exception

0.1.5 - 2018-11-15 #

Added #

  • android_app.WallpaperColors class
  • android_content.ComponentName class
  • android_content.Intent class
  • android_os.Bundle class

0.1.4 - 2018-11-14 #

Added #

  • android_bluetooth library
  • android_database library
  • android_hardware library
  • android_location library
  • android_media library
  • android_net library
  • android_nfc library
  • android_provider library
  • android_security library
  • android_speech library
  • android_telephony library
  • android_view library

0.1.3 - 2018-11-14 #

Added #

  • android_content.Context.*_SERVICE constants
  • android_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 library
  • android_os.Environment.dataDirectory getter
  • android_os.Environment.downloadCacheDirectory getter
  • android_os.Environment.externalStorageDirectory getter
  • android_os.Environment.externalStorageState getter
  • android_os.Environment.rootDirectory getter
  • android_os.Environment.isExternalStorageEmulated getter
  • android_os.Environment.isExternalStorageRemovable getter

0.1.0 - 2018-11-03 #

Added #

  • android_content library
  • android_content.Context.cacheDir getter
  • android_content.Context.codeCacheDir getter
  • android_content.Context.dataDir getter
  • android_content.Context.externalCacheDir getter
  • android_content.Context.externalFilesDir getter
  • android_content.Context.filesDir getter
  • android_content.Context.noBackupFilesDir getter
  • android_content.Context.packageCodePath getter
  • android_content.Context.packageName getter
  • android_content.Context.packageResourcePath getter