Skip to content

2.0.0-alpha.0: New Slack API

Pre-release
Pre-release
Compare
Choose a tag to compare
@ThexXTURBOXx ThexXTURBOXx released this 30 Jul 07:40
· 15 commits to master since this release
faa2450

2.0.0-alpha.0

  • [BREAKING_CHANGE] Migrate Slack screenshot API calls to files.*UploadExternal (you now need to specify also a channelId in the SlackHandler for that!)
  • [BREAKING_CHANGE] Migrate screenshots to cross_file's XFiles
  • [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 to 4.x
  • Rebase on upstream