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

add more constant Keys to constant.dart file. #63

Open
JordyHers opened this issue Jun 2, 2023 · 3 comments
Open

add more constant Keys to constant.dart file. #63

JordyHers opened this issue Jun 2, 2023 · 3 comments
Assignees
Labels
chore-branch Simple task to do good first issue Good for newcomers hacktoberfest ⛏️ HacktoberFest contributions
Milestone

Comments

@JordyHers
Copy link
Contributor

JordyHers commented Jun 2, 2023

Current Behaviour:

The current app only has one value in the constant folder.

Expected Behaviour:

Add all necessary keys that will be used letter for testing when running
And use k to make it constant.

knameKey
kavatarKey

import 'package:flutter/material.dart';

class Keys {
  static const emailKeys = Key('emailLoginKey');
  //...
  //...
}



// in the test file 
tester.findByKey(emailKeys);

Steps to Reproduce:

NO/

Environment:

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

@JordyHers JordyHers converted this from a draft issue Jun 2, 2023
@JordyHers JordyHers added this to the v.2.0.0 milestone Jun 2, 2023
@JordyHers JordyHers added good first issue Good for newcomers chore-branch Simple task to do labels Jun 2, 2023
@JordyHers JordyHers self-assigned this Jun 7, 2023
@JordyHers JordyHers moved this from Backlog to In Progress in Time's up Flutter Jun 7, 2023
@JordyHers JordyHers moved this from In Progress to Backlog in Time's up Flutter Jun 14, 2023
@JordyHers JordyHers removed their assignment Jun 23, 2023
@JordyHers JordyHers added the hacktoberfest ⛏️ HacktoberFest contributions label Oct 1, 2023
@arshnirmal
Copy link

Hi I would like to work on this issue

@JordyHers JordyHers moved this from Backlog to In Progress in Time's up Flutter Oct 9, 2023
@sahil-banswani
Copy link

sahil-banswani commented Oct 13, 2023

i would like to work on this issue @arshnirmal

@JordyHers
Copy link
Contributor Author

@sahil-banswani Feel free to take over the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore-branch Simple task to do good first issue Good for newcomers hacktoberfest ⛏️ HacktoberFest contributions
Projects
Status: In Progress
Development

No branches or pull requests

3 participants