commit | 5b8bcca0b071ef376825b6c68f1d4ef480f1feb4 | [log] [tgz] |
---|---|---|
author | Brandon Parrish <bparr2450@gmail.com> | Tue May 29 13:57:36 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue May 29 13:57:36 2018 -0700 |
tree | a206db9111420070de8f9d5cb704dfb0645e39f8 | |
parent | 7fcab6911b1c36770fdea866fc1dd276be64c9e5 [diff] |
Firebase dynamic links (#563) * Initial project creation * Added Firebase Dynamic Links library * Dart side for create dynamic links * Added gradle to .gitignore * Implement android create dynamic link * Removed gradle stuff * iOS implementation of creating link * Dynamic link creation fixes * Added short link creation * Added shortening of dynamic link * Created example UI * Added testing * License and plugin info * Added pub info * Brackets over braces * Comments and FLT prefix * Cleaned up platform code * Formatting changes * Added short link error exception * Formatting * More Formatting * Parentheses and fixed tests * Fixed README * Added short link warnings * Formatting * Formatting * More comments * Added ShortDynamicPathLength test * ShortLinks now throw flutter error * Formatting * Addressing some comments * Addressing more comments * Addressing more comments * Formatting * PR comments * Formatting and PR comments * Changed name Components -> Parameters * Updated README * Now I understand why trailing commas * Removed gradle-wrapper files * Removed .gitigores * Added map helper function and updated gradle * Added gradle-wrapper.properties * Added assert to test for nulls * Comma formatting * Update Licenses to 2018 * Formatting * Remove gradle properties
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.