README.md 1,1 КБ
Newer Older
aleksandr.morozov's avatar
aleksandr.morozov включено в состав коммита
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
**EN** | [RU](README.ru)

# push_aurora_example

### Description

Demonstrates how to use the push_aurora plugin.

The application initiates the operation of the Push plugin and shows a list of received push notifications. Background notifications and foreground notifications are supported (in this case, the system notification will not be shown).

### Contents
- [Description](#description)
- [Compatibility](#compatibility)
- [Build](#build)
- [Screenshots](#screenshots)

### Compatibility
* Aurora OS: 5.1.3+

### Build
Get dependency

```bash
flutter-aurora pub get
```

Build aurora application

```bash
flutter-aurora build aurora --release
```

### Screenshots

#### The application is running
![The application is running](screenshots/1_launched.png)

#### Notifications in the foreground
![Foreground notifications](screenshots/2_foreground.png)

#### Notifications in the background
![Notifications in the background](screenshots/3_background.png)

#### Notification tap processing
![Notification tap processing](screenshots/4_tapped.png)

#### Notifications for terminated application
![Notifications for terminated application](screenshots/5_terminated.png)