Skip to content

Latest commit

Β 

History

History
82 lines (51 loc) Β· 1.97 KB

CHANGELOG.md

File metadata and controls

82 lines (51 loc) Β· 1.97 KB

1.7.5

  • 🚨 Lint some code.
  • πŸ› Fix deprecated tests.
  • ⬆️ Upgrade dependencies.

1.7.4

  • πŸ› Method areActivitiesEnabled() are now callable on iOS < 16.1
  • ✨ Creating an activity can now use stale-date (thanks @arnar-steinthors πŸ‘).

1.7.3

  • ✨ ActivityUpdate subclasses are now public along with a new MapOrNull method (thanks @arnar-steinthors πŸ‘).

1.7.2

  • ✨ Add missing "stale" activity status.
  • πŸ› When value set to null in map, value is removed from live activity.

1.7.1

  • πŸ› Fix missing activityUpdateStream implementation channel on native part.

1.7.0

  • βœ¨πŸ› Change method getPushToken() to be synchronous.
  • ⬆️ Upgrade dependencies.

1.6.0

  • ✨ Add a way to track push token and the activity status (thanks @arnar-steinthors πŸ‘).
  • ♻️ Format code.

1.5.0

  • ✨ Add method to get push token (thanks to @jolamar πŸ‘).
  • ♻️ Rework Swift code.

1.4.2+1

  • πŸ“ Add screenshots in pubspec.yaml

1.4.2

  • ✨ End live activity when the app is terminated (thanks to @JulianBissekkou πŸ‘).

1.4.1

  • πŸ› Fix a bug where init never completes (thanks to @JulianBissekkou πŸ‘).

1.4.0

  • ✨ Can now pass assets between Flutter & Native.
  • πŸ“ Update README.md.

1.3.0+1

  • πŸ“ Update README.md.

1.3.0

  • ✨ Now using App Groups to pass typed data across Flutter & Native !
  • πŸ—‘οΈ Remove unused code in example.
  • πŸ“ Improve README.md.

1.2.1

  • ✨ Add method to get the activity state (active, ended or dismissed).

1.2.0

  • ✨ Add stream to handle url scheme from live activities &/or dynamic island.
  • πŸ“ Improve README.md
  • ♻️ Rework example

1.1.0

  • ✨ Add method to check if live activities are enabled.
  • ✨ Add method to get all activities ids created.
  • ✨ Add method to cancel all activities.
  • πŸ› Fix add result to all methods.

1.0.0

  • πŸŽ‰ Initial release.