Skip to content

Commit

Permalink
dart 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Feb 16, 2025
1 parent 583d5ed commit ef3abde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
12 changes: 6 additions & 6 deletions packages/fs_idb_sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.5.0
sdk: ^3.6.0

dependencies:
sqflite_common_ffi: '>=2.3.1'
sqflite_common_ffi: ">=2.3.4"
sqflite_common: '>=2.5.0+2'
fs_shim: '>=2.1.0-7'
fs_shim: ">=2.3.3+1"
idb_shim: '>=2.3.2'
path:
path: ">=1.9.0"
idb_sqflite:
tekartik_fs_test:
git:
Expand All @@ -20,8 +20,8 @@ dependencies:
ref: dart3a
version: '>=0.1.0'
dev_dependencies:
lints: '>=2.0.0'
test: '>=1.16.0'
lints: ">=5.0.0"
test: ">=1.24.0"

dependency_overrides:
# fs_shim:
Expand Down
3 changes: 0 additions & 3 deletions repo_support/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ linter:
- directives_ordering
- no_adjacent_strings_in_list
- omit_local_variable_types
- package_api_docs
- prefer_single_quotes
- sort_child_properties_last
- test_types_in_equals
- throw_in_finally
- unawaited_futures
- unnecessary_null_aware_assignments
- unnecessary_statements
- unsafe_html
2 changes: 1 addition & 1 deletion repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.0
publish_to: none

environment:
sdk: ^3.5.0
sdk: ^3.6.0

dev_dependencies:
path:
Expand Down

0 comments on commit ef3abde

Please sign in to comment.