-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #878 from atsign-foundation/865-publish-new-versio…
…ns-of-the-at_widget-packages fix: updated at_notify_flutter to version 1.0.10
- Loading branch information
Showing
10 changed files
with
98 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,50 @@ | ||
## 1.0.10 | ||
|
||
- **FIX**: Resolved Static analysis messages | ||
- **FIX**: Lint issues fixed | ||
- **CHORE**: Updated dependencies | ||
- **CHORE**: Updated kotlin version number | ||
- **FIX**: Updated AndroidInitializationSettings string to'@mipmap/ic_launcher' | ||
|
||
## 1.0.9: | ||
|
||
- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1 | ||
|
||
## 1.0.8 | ||
|
||
- **CHORE**: Bumped all dependency versions | ||
- Major version increase of flutter_local_notifications from ^14.1.1 to ^15.1.1 | ||
|
||
## 1.0.7 | ||
|
||
- **CHORE**: Improved pub score | ||
|
||
## 1.0.6 | ||
|
||
- **CHORE**: Updated dependency | ||
|
||
## 1.0.5 | ||
|
||
- **FIX**: Lint Fixes according to flutter 3.0 | ||
|
||
## 1.0.4 | ||
|
||
- **CHORE**: Updated dependencies | ||
- **DOCS**: Updated documentation | ||
|
||
## 1.0.3 | ||
|
||
- **CHORE**: Updated dependencies | ||
|
||
## 1.0.2 | ||
|
||
- **CHORE**: Updated example with at_app_skeleton | ||
- **DOCS**: Updated README.md and EXAMPLE.md | ||
|
||
## 1.0.1 | ||
|
||
- **FIX**: Fixed at_client dependency issue. Removed reference to deprecated SyncStrategy | ||
|
||
## 1.0.0 | ||
|
||
- Initial version |
11 changes: 9 additions & 2 deletions
11
packages/at_notify_flutter/example/android/app/src/debug/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.example.at_notify_flutter_example"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.at_notify_flutter_example"> | ||
<!-- Flutter needs it to communicate with the running application | ||
to allow setting breakpoints, to provide hot reload, etc. | ||
--> | ||
<uses-permission android:name="android.permission.INTERNET"/> | ||
<application android:label="at_notify_flutter_example" android:icon="@mipmap/ic_launcher"> | ||
<activity android:name=".MainActivity" android:exported="true"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN"/> | ||
<category android:name="android.intent.category.LAUNCHER"/> | ||
</intent-filter> | ||
</activity> | ||
</application> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ges/at_notify_flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.