Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e38a4a3
Fixed issue in version for bootstrap
adityathakurxd Oct 1, 2021
5187dd5
Added flutter_lints to analysis_options and to pubspec of every package
adityathakurxd Oct 1, 2021
497730b
chore(release): publish packages
adityathakurxd Oct 1, 2021
3dde7de
Replaced code in analysis_options and updated melos.yaml
adityathakurxd Oct 1, 2021
9805af6
Revert "Replaced code in analysis_options and updated melos.yaml"
adityathakurxd Oct 1, 2021
af84379
Revert "chore(release): publish packages"
adityathakurxd Oct 1, 2021
bf85582
Replaced code in analysis_options and updated melos.yaml
adityathakurxd Oct 1, 2021
1286cc9
Merge branch 'main' into main
adityathakurxd Oct 2, 2021
27b0511
Revert "Merge branch 'main' into main"
adityathakurxd Oct 2, 2021
700394d
Merge branch 'main' into main
adityathakurxd Oct 2, 2021
8f520fe
Update pubspec.yaml
adityathakurxd Oct 2, 2021
9105c80
Update pubspec.yaml
adityathakurxd Oct 2, 2021
ee82646
Update pubspec.yaml
adityathakurxd Oct 2, 2021
cf06a64
Update pubspec.yaml
adityathakurxd Oct 2, 2021
00c8fc8
Update pubspec.yaml
adityathakurxd Oct 2, 2021
29e3b23
Update pubspec.yaml
adityathakurxd Oct 2, 2021
2496c07
Update pubspec.yaml
adityathakurxd Oct 2, 2021
ee027b9
Update pubspec.yaml
adityathakurxd Oct 2, 2021
f22d8b0
migrate integration_test to flutter sdk
adityathakurxd Oct 3, 2021
1228949
migrate integration_test to flutter sdk
adityathakurxd Oct 3, 2021
4279ed3
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
2e91177
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
64c0d3f
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
625c8b4
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
ac158fd
Update FLTSharePlusPlugin.m
adityathakurxd Oct 3, 2021
74ab0c3
Update FLTSharePlusPlugin.m
adityathakurxd Oct 3, 2021
cd51b87
Update FLTSharePlusPlugin.m
adityathakurxd Oct 3, 2021
6132d03
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
6b43e82
Update CHANGELOG.md
adityathakurxd Oct 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# include: ../../analysis_options.yaml
#
include: package:pedantic/analysis_options.yaml

analyzer:
enable-experiment:
- non-nullable
exclude:
# Ignore generated files
- '**/*.g.dart'
- 'lib/src/generated/*.dart'
include: package:flutter_lints/flutter.yaml

linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at
# https://dart-lang.github.io/linter/lints/index.html.

rules:
public_member_api_docs: true
prefer_final_in_for_each: true
prefer_final_locals: true
avoid_print: false # Uncomment to disable the `avoid_print` rule
prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ scripts:
rm -rf ./build ./android/.gradle ./ios/.symlinks ./ios/Pods ./android/.idea ./.idea ./.dart-tool/build

dev_dependencies:
pedantic: 1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/android_alarm_manager_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dev_dependencies:
espresso: ^0.0.1+5
flutter_driver:
sdk: flutter
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.9.2

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions packages/android_alarm_manager_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: android_alarm_manager_plus
description: Flutter plugin for accessing the Android AlarmManager service, and
running Dart code in the background when alarms fire.
version: 1.3.0
version: 1.2.0
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mhadaily I think this is an unnecessary change. And there are other similar changes like this.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are absolutely right. @adityathakurxd I hope you will take care of it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I am sorry about this. I'll take care of it and make it properly.

homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand All @@ -10,9 +10,9 @@ dependencies:
sdk: flutter

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0

flutter:
plugin:
Expand Down
5 changes: 2 additions & 3 deletions packages/android_intent_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ dependencies:
path: ../

dev_dependencies:
flutter_driver:
sdk: flutter
integration_test:
flutter_driver:
sdk: flutter
pedantic: ^1.8.0
flutter_lints: ^1.0.4

# The following section is specific to Flutter.
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/android_intent_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: android_intent_plus
description: Flutter plugin for launching Android Intents. Not supported on iOS.
version: 2.1.0
version: 2.0.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand All @@ -26,4 +26,4 @@ dev_dependencies:
sdk: flutter
test: ^1.16.4
mockito: ^5.0.0
pedantic: ^1.10.0
flutter_lints: ^1.0.4
3 changes: 2 additions & 1 deletion packages/battery_plus/battery_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_lints: ^1.0.4
integration_test:
sdk: flutter
pedantic: ^1.9.2


dependency_overrides:
args: ^2.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/battery_plus/battery_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: battery_plus
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
version: 1.2.0
version: 1.1.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down Expand Up @@ -38,7 +38,7 @@ dev_dependencies:
async: ^2.5.0
plugin_platform_interface: ^2.0.0
test: ^1.16.4
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0

flutter:
plugin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.16.4
integration_test:
sdk: flutter
test: ^1.16.4
pedantic: ^1.10.0
flutter_lints: ^1.0.4

dependency_overrides:
args: ^2.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: connectivity_plus
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
version: 1.2.0
version: 1.1.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down Expand Up @@ -41,4 +41,4 @@ dev_dependencies:
test: ^1.16.4
mockito: ^5.0.0
plugin_platform_interface: ^2.0.0
pedantic: ^1.10.0
flutter_lints: ^1.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev_dependencies:
sdk: flutter
build_runner: ^1.11.5
mockito: ^5.0.0
pedantic: ^1.10.0
flutter_lints: ^1.0.4

flutter:
plugin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dev_dependencies:
test: ^1.16.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
flutter_lints: ^1.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_lints: ^1.0.4
integration_test:
sdk: flutter
pedantic: ^1.10.0

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info_plus/device_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: device_info_plus
description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
version: 2.2.0
version: 2.1.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
test: ^1.16.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
mockito: ^5.0.0
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.16.4
integration_test:
sdk: flutter
test: ^1.16.4
pedantic: ^1.10.0
flutter_lints: ^1.0.4

dependency_overrides:
args: ^2.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
#include <sys/sysctl.h>
#include "getgateway.h"

#include "route.h"
#define TypeEN "en0"
#include "TargetConditionals.h"
#if TARGET_IPHONE_SIMULATOR
#include <net/route.h>
#define TypeEN "en1"
#else
#include "route.h"
#define TypeEN "en0"
#endif
Comment on lines +16 to +23
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not to be in a correct PR. if you want to fix an issue, it would be nice if you can send another PR for this and mention the issue for it.


#include <net/if.h>
#include <string.h>
Expand Down
4 changes: 2 additions & 2 deletions packages/network_info_plus/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_info_plus
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
version: 1.2.1
version: 1.1.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down Expand Up @@ -37,7 +37,7 @@ dev_dependencies:
test: ^1.16.4
mockito: ^5.0.0
plugin_platform_interface: ^2.0.0
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies:
nm: ^0.3.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0

flutter:
plugin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
sdk: flutter
network_info_plus_platform_interface: ^1.0.0
dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0

flutter:
plugin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dependencies:
sdk: flutter
package_info_plus:
path: ../
integration_test:
Comment thread
mhadaily marked this conversation as resolved.
sdk: flutter
universal_io: ^1.0.1

dev_dependencies:
flutter_driver:
sdk: flutter
integration_test:
sdk: flutter
test: any
pedantic: ^1.10.0
flutter_lints: ^1.0.4

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.16.4
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
path: ^1.8.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
pedantic: ^1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
mockito: ^5.0.0
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
sdk: flutter
mockito: ^5.0.7
build_runner: ^2.0.3
pedantic: ^1.10.0
flutter_lints: ^1.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Loading