Skip to content

Commit 7043381

Browse files
committed
chore: rename pubspec name to AppFlowy
1 parent 54fd00f commit 7043381

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

frontend/appflowy_flutter/analysis_options.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,30 @@ analyzer:
77

88
linter:
99
rules:
10-
- require_trailing_commas
10+
require_trailing_commas: true
1111

12-
- prefer_collection_literals
13-
- prefer_final_fields
14-
- prefer_final_in_for_each
15-
- prefer_final_locals
12+
prefer_collection_literals: true
13+
prefer_final_fields: true
14+
prefer_final_in_for_each: true
15+
prefer_final_locals: true
1616

17-
- sized_box_for_whitespace
18-
- use_decorated_box
17+
sized_box_for_whitespace: true
18+
use_decorated_box: true
1919

20-
- unnecessary_parenthesis
21-
- unnecessary_await_in_return
22-
- unnecessary_raw_strings
20+
unnecessary_parenthesis: true
21+
unnecessary_await_in_return: true
22+
unnecessary_raw_strings: true
2323

24-
- avoid_unnecessary_containers
25-
- avoid_redundant_argument_values
26-
- avoid_unused_constructor_parameters
24+
avoid_unnecessary_containers: true
25+
avoid_redundant_argument_values: true
26+
avoid_unused_constructor_parameters: true
2727

28-
- always_declare_return_types
28+
always_declare_return_types: true
2929

30-
- sort_constructors_first
31-
- unawaited_futures
30+
sort_constructors_first: true
31+
unawaited_futures: true
32+
33+
package_names: false
3234

3335
errors:
3436
invalid_annotation_target: ignore

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: appflowy
1+
# use AppFlowy instead of appflowy because the .deb and .rpm use the pubspec name as binary name
2+
name: AppFlowy
23
description: Bring projects, wikis, and teams together with AI. AppFlowy is an
34
AI collaborative workspace where you achieve more without losing control of
45
your data. The best open source alternative to Notion.

0 commit comments

Comments
 (0)