-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Support transient identities and traits (#65)
- Drop Flutter 2 support - Publish via official Dart OIDC-enabled workflow - Support transient identities and traits - Integrate `flagsmith_core` and `flagsmith_storage_sharedpreferences` - Minor unit test improvements
- Loading branch information
Showing
53 changed files
with
2,490 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
targets: | ||
$default: | ||
builders: | ||
source_gen|combining_builder: | ||
options: | ||
ignore_for_file: | ||
- implicit_dynamic_parameter | ||
- non_constant_identifier_names | ||
- type_annotate_public_apis | ||
- omit_local_variable_types | ||
- unnecessary_this | ||
json_serializable: | ||
options: | ||
any_map: false | ||
create_to_json: true | ||
disallow_unrecognized_keys: false | ||
explicit_to_json: true | ||
# # Options configure how source code is generated for every | ||
# # `@JsonSerializable`-annotated class in the package. | ||
# # | ||
# # The default value for each is listed. | ||
# any_map: false | ||
# checked: false | ||
# create_factory: true | ||
# create_to_json: true | ||
# disallow_unrecognized_keys: false | ||
# explicit_to_json: false | ||
# field_rename: none | ||
# generic_argument_factories: false | ||
# ignore_unannotated: false | ||
# include_if_null: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.