Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6620f831
Unverified
Commit
6620f831
authored
Oct 07, 2020
by
Jonah Williams
Committed by
GitHub
Oct 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dart docs for build (#67479)
parent
e9c94e6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
flutter_web_plugins.dart
packages/flutter_web_plugins/lib/flutter_web_plugins.dart
+1
-1
plugin_event_channel.dart
...ges/flutter_web_plugins/lib/src/plugin_event_channel.dart
+4
-4
No files found.
packages/flutter_web_plugins/lib/flutter_web_plugins.dart
View file @
6620f831
...
...
@@ -14,7 +14,7 @@
/// See also:
///
/// * [How to Write a Flutter Web Plugin](https://medium.com/flutter/how-to-write-a-flutter-web-plugin-5e26c689ea1), a Medium article
/// describing how the
[url_launcher]
package was created using [flutter_web_plugins].
/// describing how the
`url_launcher`
package was created using [flutter_web_plugins].
library
flutter_web_plugins
;
export
'src/plugin_event_channel.dart'
;
...
...
packages/flutter_web_plugins/lib/src/plugin_event_channel.dart
View file @
6620f831
...
...
@@ -28,12 +28,12 @@ import 'plugin_registry.dart';
///
/// The first method is `listen`. When called, it begins forwarding
/// messages to the framework side when they are added to the
/// [controller]. This triggers the [
onListen] callback on the
/// [controller].
/// [controller]. This triggers the [
StreamController.onListen] callback
///
on the
[controller].
///
/// The other method is `cancel`. When called, it stops forwarding
/// events to the framework. This triggers the [
onCancel] callback on
/// the [controller].
/// events to the framework. This triggers the [
StreamController.onCancel]
///
callback on
the [controller].
///
/// Events added to the [controller] when the framework is not
/// subscribed are silently discarded.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment