Initial release of Firebase performance monitoring (#508)

* Initial 'flutter create' commit

* Added Firebase and updated channel name

* Added basic functions for performance monitoring

* Added license and app information

* Fixed iOS updating collection status

* Added testing for peformance collection

* Implemented Trace and added testing

* Implemented start and stop methods for trace

* Implemented Android trace methods

* Implemented performance traces on iOS

* Implemented more trace testing

* Added iOS attributes for traces

* Added comments and Licenses

* Updated comments and added debug prints

* Added README info

* Added more debugging prints

* Fix formatting issues

* Fixed unused variable

* More format changes

* Formatting

* Removed widget test

* Added dev dependencies

* Added documentation and constants

* Removed a space

* Added performance to flutterfire and readme

* New trace created only on dart side

* Updated test to use setMockMethodChannel

* Method renames

* Fixed a bunch of pull request comments

* Added trace asserts

* Dart reformat

* Fix tests

* Cleaned up UI code

* Comments and variable names

* Formatting

* Reverted analytics file back to upstream/master

* Formatting

* Removed gradle files

* PR comment changes

* Updated tests to use 'handle' as id key

* Removed assert descriptions
86 files changed
tree: 8423e98ca77a6c53c7aca21537dd1da3395de640
  1. packages/
  2. script/
  3. .cirrus.yml
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. analysis_options.yaml
  8. AUTHORS
  9. CONTRIBUTING.md
  10. FlutterFire.md
  11. LICENSE
  12. README.md
README.md

Flutter plugins

Build Status Build Status

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.

Issues

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

Contributing

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.

Plugins

These are the available plugins in this repository.

PluginPub
android_alarm_managerpub package
android_intentpub package
batterypub package
connectivitypub package
device infopub package
google_sign_inpub package
image_pickerpub package
local_authpub package
package_infopub package
path_providerpub package
quick_actionspub package
sensorspub package
sharepub package
shared_preferencespub package
url_launcherpub package
video_playerpub package
FlutterFire Plugins
firebase_admobpub package
firebase_analyticspub package
firebase_authpub package
cloud_firestorepub package
firebase_corepub package
firebase_databasepub package
firebase_messagingpub package
firebase_storagepub package
firebase_performancepub package

Learn more about FlutterFire.