mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Added to AUTHORS.md
This commit is contained in:
committed by
Roland Geider
parent
3312da1f61
commit
b1328fa048
@@ -22,6 +22,7 @@
|
||||
- Miroslav Mazel - <https://gitlab.com/12people>
|
||||
- artchiee - <https://github.com/artchiee>
|
||||
- Tejas Bir Singh - <https://github.com/tejasbirsingh>
|
||||
- Youssef Ahmed - <https://github.com/thisisyoussef>
|
||||
- Abhishek Saini - <https://github.com/Abhisheksainii>
|
||||
- Hanaa Allohibi - <https://github.com/hn-n>
|
||||
- Shey Alnasrawi - <https://github.com/Milksheyke>
|
||||
|
||||
@@ -338,8 +338,7 @@ class MuscleWidget extends StatelessWidget {
|
||||
this.isFront = true,
|
||||
}) {
|
||||
this.muscles = muscles.where((m) => m.isFront == isFront).toList();
|
||||
this.musclesSecondary =
|
||||
musclesSecondary.where((m) => m.isFront == isFront).toList();
|
||||
this.musclesSecondary = musclesSecondary.where((m) => m.isFront == isFront).toList();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user