1
- # Zulip Flutter (prototype )
1
+ # Zulip Flutter (beta )
2
2
3
3
A Zulip client for Android and iOS, using Flutter.
4
4
5
- This is a prototype, currently [ in alpha ] [ ] .
5
+ This app is currently [ in beta ] [ ] .
6
6
When it's ready, it [ will become the new] [ ] official mobile Zulip client.
7
7
To see what work is planned before that launch,
8
8
see the [ milestones] [ ] and the [ project board] [ ] .
9
9
10
- [ in alpha ] : https://chat.zulip.org/#narrow/stream/243-mobile-team /topic/zulip-flutter.20releases /near/1626608
10
+ [ in beta ] : https://chat.zulip.org/#narrow/stream/2-general /topic/Flutter /near/1708728
11
11
[ will become the new ] : https://chat.zulip.org/#narrow/stream/2-general/topic/Flutter/near/1582367
12
12
[ milestones ] : https://github.com/zulip/zulip-flutter/milestones?direction=asc&sort=title
13
13
[ project board ] : https://github.com/orgs/zulip/projects/5/views/4
@@ -20,7 +20,7 @@ To use Zulip on iOS or Android, install the [official mobile Zulip client][].
20
20
[ official mobile Zulip client ] : https://github.com/zulip/zulip-mobile#readme
21
21
22
22
23
- ## Getting started in developing this prototype
23
+ ## Getting started in developing this beta app
24
24
25
25
### Setting up
26
26
@@ -45,7 +45,7 @@ Specific resources include:
45
45
46
46
### Flutter version
47
47
48
- While in the prototype phase, we use the latest Flutter from Flutter's
48
+ While in the beta phase, we use the latest Flutter from Flutter's
49
49
main branch. Use ` flutter channel main ` and ` flutter upgrade ` .
50
50
51
51
We don't pin a specific version, because Flutter itself doesn't offer
0 commit comments