This website works better with JavaScript.
Home
Explore
Help
Sign In
amirreza.chegini
/
hade_hoda_flutter
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117
Commits
3
Branches
0
Tags
18 MiB
Dart
98.1%
Kotlin
1.1%
Ruby
0.5%
Swift
0.3%
Tree:
1b0367df75
develop
fix/animation
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1b0367df75'
${ noResults }
hade_hoda_flutter
/
lib
/
features
/
home
/
presentation
/
bloc
/
home_event.dart
5 lines
89 B
Raw
Blame
History
sealed
class
HomeEvent
{
const
HomeEvent
(
)
;
}
class
GetHomeEvent
extends
HomeEvent
{
}
Reference in new issue