Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e66b9c378 | |||
| 653bbb8c85 |
@@ -1,4 +0,0 @@
|
|||||||
include: package:flutter_lints/flutter.yaml
|
|
||||||
analyzer:
|
|
||||||
exclude:
|
|
||||||
- deprecated/**
|
|
||||||
Regular → Executable
@@ -1,4 +1,6 @@
|
|||||||
#import <Flutter/Flutter.h>
|
#import <Flutter/Flutter.h>
|
||||||
|
#import <TargetConditionals.h>
|
||||||
|
#import <TargetConditionals.h>
|
||||||
|
|
||||||
@interface VibratePlugin : NSObject<FlutterPlugin>
|
@interface VibratePlugin : NSObject<FlutterPlugin>
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ environment:
|
|||||||
sdk: ^3.5.0
|
sdk: ^3.5.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
lints: ^6.1.0
|
lints: ^6.0.0
|
||||||
test: ^1.24.9
|
test: ^1.24.9
|
||||||
|
|||||||
+2
-2
@@ -276,10 +276,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: lints
|
name: lints
|
||||||
sha256: "12f842a479589fea194fe5c5a3095abc7be0c1f2ddfa9a0e76aed1dbd26a87df"
|
sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.1.0"
|
version: "6.0.0"
|
||||||
logging:
|
logging:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ publish_to: none
|
|||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.0
|
sdk: ^3.5.0
|
||||||
|
|
||||||
dev_dependencies:
|
|
||||||
flutter_lints: ^6.0.0
|
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
- packages/flutter_vibrate
|
- packages/flutter_vibrate
|
||||||
- packages/flutter_sms
|
- packages/flutter_sms
|
||||||
|
|||||||
Reference in New Issue
Block a user