archethic-foundation / archethic-foundation/archethic-dapp-framework-flutter
Update Dimens class
- Dominant language
- Dart
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Replace
```
class Dimens {
static const List buttonTopDimens = [28, 0, 28, 8];
static const List buttonBottomDimens = [28, 8, 28, 0];
static const List buttonDimens = [10, 0, 10, 0];
static const List none = [0, 0, 0, 0];
}
```
with enumeration (check Wallet code)
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the Dimens class and inspect the Wallet code for the enumeration pattern referenced in the issue. Replace the listed constants with the corresponding enumeration and verify that existing references still work and the project builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100