We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b38851e + d290e96 commit bdd540dCopy full SHA for bdd540d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.3.1
2
+* Include `regenerateDeviceId` function
3
+
4
## 1.3.0
5
* Give user the abilities to customize the DB store. Thanks @reinaldomoreira!
6
lib/src/constants.dart
@@ -1,6 +1,6 @@
class Constants {
static const packageName = 'amplitude-flutter';
- static const packageVersion = '1.3.0';
+ static const packageVersion = '1.3.1';
// Local storage
static const kLocalStoreDeviceIdKey = 'amp:device_id';
pubspec.yaml
name: amplitude_flutter
description: Official Flutter plugin for tracking events and revenue to Amplitude.
-version: 1.3.0
+version: 1.3.1
homepage: https://github.com/amplitude/Amplitude-Flutter
environment:
0 commit comments