2.0.0-alpha.0: New Slack API
Pre-release
Pre-release
ThexXTURBOXx
released this
30 Jul 07:40
·
15 commits
to master
since this release
2.0.0-alpha.0
- [BREAKING_CHANGE] Migrate Slack screenshot API calls to
files.*UploadExternal
(you now need to specify also achannelId
in theSlackHandler
for that!) - [BREAKING_CHANGE] Migrate screenshots to
cross_file
'sXFile
s - [BREAKING_CHANGE] Migrate away from Android
namespace
workaround (removes support for ancient AGP versions) - [BREAKING_CHANGE] Fix error catching on Web (was also improved thanks to @mikeesouth in #32)
- Added more parameters to
SentryHandler
(Thanks to @mikeesouth in #32) - Better example structure
- Update
flutter_lints
to4.x
- Rebase on upstream