-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: provokateurin <[email protected]>
- Loading branch information
1 parent
6da323c
commit 25b7c08
Showing
29 changed files
with
2,218 additions
and
12 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 |
---|---|---|
|
@@ -13,4 +13,5 @@ sublist | |
todos | ||
unawaited | ||
unfocus | ||
videocam | ||
writeln |
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 |
---|---|---|
|
@@ -52,6 +52,7 @@ trashbin | |
turnservers | ||
undelete | ||
unifiedpush | ||
unmute | ||
unstar | ||
updatenotification | ||
uppush | ||
|
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 |
---|---|---|
|
@@ -63,6 +63,7 @@ strfreev | |
subprojects | ||
sysroot | ||
tsvg | ||
webrtc | ||
werror | ||
xxxh | ||
xxxhdpi |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
include: package:neon_lints/flutter.yaml | ||
|
||
linter: | ||
rules: | ||
# TODO | ||
public_member_api_docs: false | ||
|
||
analyzer: | ||
exclude: | ||
- lib/l10n/** |
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,4 +1,17 @@ | ||
{ | ||
"@@locale": "en", | ||
"actorSelf": "You" | ||
"actorSelf": "You", | ||
"roomCreate": "Create room", | ||
"roomCreateUserName": "User name", | ||
"roomCreateGroupName": "Group name", | ||
"roomCreateRoomName": "Room name", | ||
"roomTypeOneToOne": "Private", | ||
"roomTypeGroup": "Group", | ||
"roomTypePublic": "Public", | ||
"callStart": "Start call", | ||
"callJoin": "Join call", | ||
"callLeave": "Leave call", | ||
"screenSharingSelectScreen": "Select screen", | ||
"screenSharingSelectScreenScreens": "Screens", | ||
"screenSharingSelectScreenWindows": "Windows" | ||
} |
Oops, something went wrong.