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

list add different icons to list of used apps. #27

Closed
JordyHers opened this issue May 30, 2023 · 0 comments
Closed

list add different icons to list of used apps. #27

JordyHers opened this issue May 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request feature-branch feature to be implemented 🚧 ready-to-be-tested
Milestone

Comments

@JordyHers
Copy link
Contributor

JordyHers commented May 30, 2023

Current Behaviour:

The list on app usage icon use as a leading icon the same icon for all apps.
The telephone app.

in child_details_page.dart line 255

                         ListTile(
                              leading: Icon(Icons.phone_android),
                              title: Text(
                                '${model.appsUsageModel[index]['appName']}',
                                style: TextStyle(
                                    fontSize: 15, fontWeight: FontWeight.bold),
                              ),
                              trailing: Text(
                                model.appsUsageModel[index]['usage']
                                    .toString()
                                    .t(),
                                style: TextStyle(
                                    fontSize: 14,
                                    fontWeight: FontWeight.w600,
                                    color: Colors.indigo),
                              ),
                            )

Expected Behaviour:

Retrieve the app icon and display the icon in front of the app name.

Steps to Reproduce:

NO/

Environment:

Emulator: Pixel 6 Pro
Android version: 12
Android SDK: 33

@JordyHers JordyHers added this to the v.2.0.0 milestone Jun 1, 2023
@i-am-ijaz i-am-ijaz self-assigned this Jun 14, 2023
@i-am-ijaz i-am-ijaz added enhancement New feature or request feature-branch feature to be implemented labels Jun 14, 2023
@i-am-ijaz i-am-ijaz removed their assignment Jun 14, 2023
@JordyHers JordyHers self-assigned this Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-branch feature to be implemented 🚧 ready-to-be-tested
Projects
Archived in project
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants