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.
6
Commits
2
Branches
0
Tags
7.7 MiB
Dart
97.7%
Kotlin
1.3%
Ruby
0.7%
Swift
0.3%
Tree:
11159a5302
develop
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '11159a5302'
${ noResults }
hade_hoda_flutter
/
lib
/
features
/
sample
/
presentation
/
bloc
/
sample_event.dart
5 lines
97 B
Raw
Blame
History
sealed
class
SampleEvent
{
const
SampleEvent
(
)
;
}
class
GetSampleEvent
extends
SampleEvent
{
}
Reference in new issue