This website works better with JavaScript.
Home
Explore
Help
Sign In
flutter
/
zhiying_base_widget
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
139
Wiki
Activity
基础组件库
122
Commits
1
Branch
12 MiB
Dart
98.3%
Gradle
0.7%
Java
0.6%
Ruby
0.2%
Objective-C
0.2%
Tree:
7988d25169
zhiying_base_widget
/
lib
/
pages
/
team_page
/
bloc
/
team_event.dart
6 lines
95 B
Raw
Blame
History
part of 'team_bloc.dart';
abstract class TeamEvent extends Equatable {
const TeamEvent();
}