-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[wifi_info_flutter] [wifi_info_flutter_platform_interface] Initial commit for wifi_info_flutter
plugin and platform interface
#3129
Conversation
@@ -0,0 +1,3 @@ | |||
## [0.0.1] - TODO: Add release date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update
@@ -0,0 +1 @@ | |||
TODO: Add your license here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update
@@ -0,0 +1,14 @@ | |||
# wifi_info_flutter_platform_interface | |||
|
|||
A new Flutter package project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update
library wifi_info_flutter_platform_interface; | ||
|
||
/// A Calculator. | ||
class Calculator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -0,0 +1,53 @@ | |||
name: wifi_info_flutter_platform_interface | |||
description: A new Flutter package project. | |||
version: 0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's start the platform interface at 1 as we don't want major bumps
# The following section is specific to Flutter. | ||
flutter: | ||
|
||
# To add assets to your package, add an assets section, like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the boilerplate
@@ -0,0 +1,13 @@ | |||
import 'package:flutter_test/flutter_test.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@amirh This PR was only supposed to be code generated from |
Ok! let's just add the license files before submitting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just add license files before submitting
wifi_info_flutter
plugin and platform interfacewifi_info_flutter
plugin and platform interface
…mmit for `wifi_info_flutter` plugin and platform interface (flutter#3129)
* Android Code Inspection and Clean up (#3117) * [in_app_purchase] Android Code Inspection and Clean up (#3120) * Android Code Inspection and Clean up * Format * [video_player] Fix SSLProtocolException for low API version (#3122) * [camera] Set audio encoding bitrate when recording video (#3124) Fixes flutter/flutter#38787 * Fix links in package example readmes (#3130) http://flutter.io/ -> https://flutter.dev/ * [integration_test] Add watchPerformance (#3116) * add watchPerformance * [wifi_info_flutter] [wifi_info_flutter_platform_interface] Initial commit for `wifi_info_flutter` plugin and platform interface (#3129) * [video_player] fix Timer Leak (#3119) * [in_app_purchase] Add example test target to Podfile, add OCMock dependency (#3145) * Add linux directory to examples (#3064) When Linux support was added to these plugins, the app template wasn't yet stabilized, so was not checked in. Now that it is stable, this adds them so that the plugin_tools workaround that created them on each run can be removed. Other than CHANGELOG.md updates and updating the verison in pubspec.yaml, this is purely the result of running 'flutter create .' in the example/ folders and adding the resulting linux/ directories. * [wifi_info_flutter_plugin_interface] implement wifi platform interface (#3134) * [share] Replace deprecated Environment.getExternalStorageDirectory() call on Android. (#3152) * Android API 29 & 30 * Update Version * Update android sdk version to 29 for all mobile plugins. (#3042) * [google_sign_in] fix merge error in CHANGELOG (#3153) Co-authored-by: Hamdi Kahloun <[email protected]> Co-authored-by: Maurits van Beusekom <[email protected]> Co-authored-by: Kevin Moore <[email protected]> Co-authored-by: Ming Lyu (CareF) <[email protected]> Co-authored-by: Maurice Parrish <[email protected]> Co-authored-by: creativecreatorormaybenot <[email protected]> Co-authored-by: Jenn Magder <[email protected]> Co-authored-by: stuartmorgan <[email protected]> Co-authored-by: Chris Yang <[email protected]>
…mmit for `wifi_info_flutter` plugin and platform interface (flutter#3129)
Description
This PR is from the generated code when running the lines below. Only small changes were made to get tests passing.
flutter create --platforms=android,ios -t plugin --org="io.flutter.plugins" -a java -i objc --project-name=wifi_info_flutter .
flutter create -t package --project-name=wifi_info_flutter_platform_interface .
Beginning a larger effort to separate wifi related methods from the
connectivity
plugin. See flutter/flutter#40418Related Issues
flutter/flutter#40418
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?