Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#41 Examples #42

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Use limit for defining items count on page

c630367
Select commit
Loading
Failed to load commit list.
Open

#41 Examples #42

Use limit for defining items count on page
c630367
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 28, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 5 in packages/flutter_list_bloc/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/flutter_list_bloc/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt#L5

MainActivity is missing required documentation.

Check warning on line 5 in packages/flutter_list_bloc/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/flutter_list_bloc/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt#L5

The class or object MainActivity is empty.

Check notice on line 52 in packages/flutter_list_bloc/example/windows/runner/utils.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/flutter_list_bloc/example/windows/runner/utils.cpp#L52

Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).  

Check failure on line 52 in packages/flutter_list_bloc/example/windows/runner/utils.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/flutter_list_bloc/example/windows/runner/utils.cpp#L52

The `strlen` family of functions does not handle strings that are not null terminated.