commit | 7b7ab5e4c1e86bd8e44153029da16a8d378a8403 | [log] [tgz] |
---|---|---|
author | Ben Sauer <sauer.benjamin@gmail.com> | Fri Oct 20 20:13:15 2017 +0200 |
committer | Michael Goderbauer <goderbauer@google.com> | Fri Oct 20 11:13:15 2017 -0700 |
tree | 10797a162ca84f70e90c07daf14f6de3df6251ff | |
parent | e0006b28df99f585a67dd74f6a935e96bf9d5b4a [diff] |
Removed broken type-comparison (#240) * Removed broken type-comparison I remembered why I used the '.toString()' in my last PR: Android passes actual bool-types which should not be directly compared to 'true'... The iOs comparison in line 243 still stands since iOS does pass string-representations of bool-values. * version push to 0.0.2 * Updated changelog for isPhysicalDevice * properly incremented version number * Merged version entries 0.0.2+1 and 0.0.2+2
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.
Learn more about FlutterFire.