Skip to content

Commit ca5d78e

Browse files
lilit-sanclaude
andcommitted
Regenerate lockfile and codegen outputs after upstream merge
- flutter pub get / dart pub get to refresh pubspec.lock - dart run build_runner build to refresh json_serializable outputs (json_serializable was bumped by upstream) - analysis_options.yaml auto-updated by tooling to exclude native dirs Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 8d9a18f commit ca5d78e

8 files changed

Lines changed: 176 additions & 139 deletions

File tree

analysis_options.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ analyzer:
3333
# Manager is enabled and this package ships Package.swift.
3434
- build/**
3535
- example/build/**
36+
- android/**
37+
- ios/**
38+
- web/**
39+
- windows/**
40+
- macos/**
41+
- linux/**
3642

3743
linter:
3844
rules:

example/analysis_options.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ analyzer:
3939
- "**/*.pbenum.dart"
4040
- "**/*.pbjson.dart"
4141
- "**/*.pbserver.dart"
42+
- build/**
43+
- android/**
44+
- ios/**
45+
- web/**
46+
- windows/**
47+
- macos/**
48+
- linux/**
4249

4350
linter:
4451
rules:

lib/src/json/agent_attributes.g.dart

Lines changed: 25 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/token_source/caching.g.dart

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/token_source/jwt.g.dart

Lines changed: 32 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/token_source/room_configuration.g.dart

Lines changed: 38 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/token_source/token_source.g.dart

Lines changed: 46 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)