Skip to content

Commit

Permalink
Merge pull request #1025 from tekartik/dart2_3
Browse files Browse the repository at this point in the history
Dart2 3
  • Loading branch information
alextekartik authored Jun 18, 2023
2 parents 049bc39 + 76f622b commit 8fd4049
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 22 deletions.
4 changes: 4 additions & 0 deletions packages_web/sqflite_common_ffi_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.6

* sqlite3 2.0.0

## 0.3.5+1

* Dart 3 support
Expand Down
3 changes: 1 addition & 2 deletions packages_web/sqflite_common_ffi_web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqflite_common_ffi_web
repository: https://github.com/tekartik/sqflite/tree/master/packages_web/sqflite_common_ffi_web
description: Sqflite web implementation using sqlite3 ffi and sqlite3 wasm.
version: 0.3.5+1
version: 0.3.6
funding:
- https://github.com/sponsors/alextekartik

Expand Down
9 changes: 8 additions & 1 deletion packages_web/sqflite_common_ffi_web_test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# sqflite_web_test

SQFlite web test package
SQFlite web test package

## Setup & run

```bash
dart run tool/setup_web_force.dart
dart run tool/run_web_tests.dart
```
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite_common/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- collection_methods_unrelated_type
- library_private_types_in_public_api
- list_remove_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- no_leading_underscores_for_library_prefixes
Expand Down
3 changes: 1 addition & 2 deletions sqflite_common_ffi/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite_common_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite_support/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down
3 changes: 1 addition & 2 deletions sqflite_test_app/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ linter:
- directives_ordering
- empty_catches
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- collection_methods_unrelated_type
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
Expand Down

0 comments on commit 8fd4049

Please sign in to comment.