Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jul 18, 2023
1 parent 8afe939 commit f7c16ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
22 changes: 11 additions & 11 deletions packages/etebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ platforms:

dependencies:
ffi: ^2.0.2
freezed_annotation: ^2.2.0
freezed_annotation: ^2.4.1
meta: ^1.9.1
synchronized: ^3.1.0

dev_dependencies:
analyzer: ^5.12.0
build: ^2.4.0
build: ^2.4.1
build_config: ^1.1.1
build_runner: ^2.4.4
build_runner: ^2.4.6
code_builder: ^4.5.0
custom_lint: ">=0.4.0 <0.6.0"
dart_pre_commit: ^5.1.0+1
dart_test_tools: ^5.1.1
ffigen: ^8.0.2
freezed: ^2.3.4
custom_lint: ^0.5.0
dart_pre_commit: ^5.2.0+1
dart_test_tools: ^5.1.3
ffigen: ^9.0.0
freezed: ^2.4.1
mocktail: ^0.3.0
source_gen: ^1.3.2
source_helper: ^1.3.3
test: ^1.24.3
source_gen: ^1.4.0
source_helper: ^1.3.4
test: ^1.24.4
uuid: ^3.0.7

ffigen:
Expand Down
8 changes: 4 additions & 4 deletions packages/etebase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ platforms:
windows:

dependencies:
etebase: ^1.0.0
etebase: ^1.0.1+1
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.4

dev_dependencies:
custom_lint: ">=0.4.0 <0.6.0"
dart_pre_commit: ^5.1.0+1
dart_test_tools: ^5.1.1
custom_lint: ^0.5.0
dart_pre_commit: ^5.2.0+1
dart_test_tools: ^5.1.3

flutter:
plugin:
Expand Down
2 changes: 2 additions & 0 deletions packages/etebase_flutter/tool/libetebase/targets/ios.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ final class IosTarget extends DarwinTarget {
rustTarget: 'aarch64-apple-ios',
);

// ignore: constant_identifier_names
static const simulator_arm64 = IosTarget._(
architecture: 'arm64',
rustTarget: 'aarch64-apple-ios-sim',
isSimulator: true,
);

// ignore: constant_identifier_names
static const simulator_x86_64 = IosTarget._(
architecture: 'x86_64',
rustTarget: 'x86_64-apple-ios',
Expand Down

0 comments on commit f7c16ff

Please sign in to comment.