Skip to content

Commit 5dfd120

Browse files
authored
Merge pull request #59 from leo-lox/riverpod-write-post
Riverpod write post
2 parents 2168aa3 + fd64c19 commit 5dfd120

File tree

4 files changed

+394
-285
lines changed

4 files changed

+394
-285
lines changed

Diff for: lib/config/default_suggestions.dart

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const List<Map<String, dynamic>> defaultHashtagSuggestions = [
2+
{"id": "asknostr", "display": "askNostr"},
3+
{"id": "introductions", "display": "introductions"},
4+
{"id": "photography", "display": "photography"},
5+
{"id": "news", "display": "news"},
6+
{"id": "asknostr", "display": "askNostr"},
7+
{"id": "trending", "display": "trending"},
8+
{"id": "followfriday", "display": "FollowFriday"},
9+
{"id": "photooftheday", "display": "PhotoOfTheDay"},
10+
];

0 commit comments

Comments
 (0)