Skip to content

Commit bfe55f3

Browse files
authored
fix: add public api docs [CLERK_SDK #36] (#39)
* fix: add public api docs [CLERK_SDK #36] * fix: add public method documentation [CLERK_SDK #36]
1 parent 305d07a commit bfe55f3

File tree

79 files changed

+1612
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1612
-543
lines changed

packages/clerk_auth/analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ analyzer:
55
- '*.g.dart'
66

77
formatter:
8-
page_width: 100
8+
page_width: 80
99

1010
linter:
1111
rules:
1212
- avoid_print
1313
- avoid_unnecessary_containers
1414
- avoid_web_libraries_in_flutter
1515
- no_logic_in_create_state
16-
# - public_member_api_docs
1716
- prefer_const_constructors
1817
- prefer_const_constructors_in_immutables
1918
- prefer_const_declarations
2019
- prefer_const_literals_to_create_immutables
20+
- public_member_api_docs
2121
- sized_box_for_whitespace
2222
- sort_constructors_first
2323
- sort_child_properties_last

0 commit comments

Comments
 (0)