device_info plugin to get information about the device and OS (#158)

* flutter create; first approximation of the API

* implement Android bits

* remove references to "yourcompany" in Android code

* implement iOS bits

* fix licenses; format code

* more licenses; address comments

* proper clang-format

* add class container

* fix null-ckeck-assignment
76 files changed
tree: 3c1aac6d52af1bb0173a4c281f25dc0e3af74b10
  1. packages/
  2. script/
  3. .analysis_options
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. AUTHORS
  8. FlutterFire.md
  9. LICENSE
  10. README.md
README.md

Flutter plugins

Build Status

This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins. 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.

Plugins

These are the available plugins in this repository.

PluginPub
android_intentpub package
batterypub package
connectivitypub package
google_sign_inpub package
image_pickerpub package
package_infopub package
path_providerpub package
quick_actionspub package
sensorspub package
sharepub package
shared_preferencespub package
url_launcherpub package
FlutterFire Plugins
firebase_analyticspub package
firebase_authpub package
firebase_databasepub package
firebase_messagingpub package
firebase_storagepub package

Learn more about FlutterFire.

Issues

Please file any issues, bugs, or feature requests in the main flutter repo.