This website requires JavaScript.
Explore
Help
Sign In
2025303
/
flutter_application_1
Watch
1
Star
0
Fork
You've already forked flutter_application_1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7348425783
flutter_application_1
/
lib
/
enums.dart
10 lines
107 B
Dart
Raw
Normal View
History
Unescape
Escape
First commit
2024-05-06 17:28:10 +02:00
enum
PayoutInterval
{
yearly
,
monthly
Added tests, updated widget structure
2024-06-12 12:48:30 +02:00
}
enum
CalculationPerformed
{
noFirstTimeItLoaded
,
no
,
yes
First commit
2024-05-06 17:28:10 +02:00
}