Chore: Rename author & description of SDK
This commit is contained in:
parent
f69acda419
commit
d7b7619a63
|
|
@ -51,4 +51,4 @@ flutter format lib/**/*/*.dart
|
|||
- Don't mix UI and business logic in the same environment.
|
||||
- Write tests for new classes, functions and widgets.
|
||||
- Keep it simple stupid: https://en.wikipedia.org/wiki/KISS_principle
|
||||
- Describe all of your classes, methods and attributes using **dartdoc** comments. Read this for more informations: https://dart.dev/guides/language/effective-dart/documentation
|
||||
- Describe all of your classes, methods and attributes using **dartdoc** comments. Read this for more informations: https://dart.dev/guides/language/effective-dart/documentation
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: famedlysdk
|
||||
description: Matrix SDK for the famedly talk app written in dart.
|
||||
description: Matrix Dart SDK
|
||||
version: 0.0.1
|
||||
author: Zender & Kurtz GbR <p.kurtz@famedly.com>
|
||||
author: Famedly GmbH <info@famedly.com>
|
||||
homepage: https://famedly.com
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue