feat: implement some api; add md editor to app; login and signup logic.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
extension StringNotNull on String? {
|
||||
bool get notNull => this != null && this != '';
|
||||
|
||||
bool get isNull => !notNull;
|
||||
}
|
||||
Reference in New Issue
Block a user