Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a9838a9
feat: migrates to package:web and js_interop
josh-burton May 20, 2024
9a156fb
fix: enhances comment
josh-burton Jun 4, 2024
4266881
chore: Adds changelog
josh-burton Jun 4, 2024
7dfc42e
chore: formatting
josh-burton Jun 4, 2024
2bf4b4f
fix: changes min flutter version to 3.13.0 and dart sdk 3.1.0 to be c…
josh-burton Jun 4, 2024
c6a928b
run dart fix —apply
denrase Jun 10, 2024
ba3f60c
run dart format
denrase Jun 10, 2024
fd5aee5
bump min version test
denrase Jun 10, 2024
d54557d
bump
denrase Jun 10, 2024
37b2f1e
fix nullable access
denrase Jun 10, 2024
1b74dc9
set sdk to 3.1.0
denrase Jun 10, 2024
ca09320
setup dart sdk to 3.3.0 in min version test
denrase Jun 10, 2024
4b119a3
bump min version test
denrase Jun 10, 2024
dca0c67
bump java version
denrase Jun 10, 2024
67c79d0
bump min version of all packages
denrase Jun 11, 2024
9acd81b
revert min version bumps
denrase Jun 17, 2024
01a810c
use "3.19.0 in min version test
denrase Jun 17, 2024
a1b9645
use 3.19.0
denrase Jun 17, 2024
895da92
Bump all dependencies
denrase Jun 17, 2024
5e44704
Merge branch 'main' into package-web
denrase Jun 17, 2024
724fb73
update chanelog
denrase Jun 17, 2024
6fce197
bum ffigen to 12.0, set flutter version to 3.19.0-stable, generate code
denrase Jun 17, 2024
8515650
bump ffi
denrase Jun 17, 2024
0e12979
run dart fix apply
denrase Jun 17, 2024
ec73b9e
add missing import
denrase Jun 17, 2024
36bc82e
fix analyzer issue
denrase Jun 17, 2024
fd102a0
dont change gen code
denrase Jun 17, 2024
627f677
update ffi native
denrase Jun 17, 2024
7bb2685
fix binding build error
denrase Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Adds changelog
  • Loading branch information
josh-burton committed Jun 4, 2024
commit 42668816d2ba09228ba27b2bf946ef0e67ac8a00
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Bump Cocoa SDK from v8.25.2 to v8.26.0 ([#2060](https://github.com/getsentry/sentry-dart/pull/2060))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8260)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.2...8.26.0)
- Migrates to package:web and js_interop ([#2064](https://github.com/getsentry/sentry-dart/pull/2064))

## 8.2.0

Expand Down