commit | 33535da8215cfeee36c0bcc5cbb6b689fb62977b | [log] [tgz] |
---|---|---|
author | Francisco Magdaleno <franciscojma86@gmail.com> | Wed Feb 19 16:03:19 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 19 16:03:19 2020 -0800 |
tree | ca4b98eada49465b9fc0ed39a75fde55b0fa017d | |
parent | aabe9207ca9743c6c04298d4a9a7e508b57f7b39 [diff] |
[connectivity] Endorse macos implementation (#2538) * Add files and name * Passed all methods * Works for Android * Small cleanup * Starting tests * [connectivity] Move as much logic as possible to the MethodChannel implementation. connectivity_platform_interface: * Bring ConnectivityResult and LocationAuthorizationStatus enums from core package. * Use the above Enums as return values for ConnectivityPlatformInterface methods. * Modify the MethodChannel implementation so it returns the right types. * Bring utility methods, asserts and other logic that is only needed on the MethodChannel implementation from the core package, so it's simpler. * Bring MethodChannel unit tests from core package. connectivity (core pkg): * Reexport ConnectivityResult and LocationAuthorizationStatus enums so plugin users can see them. * Remove MethodChannel unit tests (moved to platform_interface). * Format test * Move all files * Fix versions * Fix version * Fix path * Add test * Add test * Add no-op macos * Endorse in pubspec * Update version and README * Add macos example * Add e2e test files * Update version and changelog * Remove ephemeral * Change version * Update versions * Remove registrant * Change to any Co-authored-by: David Iglesias <ditman@gmail.com>
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.dev/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.