Logo
Explore Help
Sign In
dmisim/friflex_flutter_starter
1
0
Fork 0
You've already forked friflex_flutter_starter
mirror of https://github.com/smmarty/friflex_flutter_starter.git synced 2025-12-22 17:40:45 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
31507ae230caf3a1878f1d79ee4013ba312cf36b
friflex_flutter_starter/lib/features/profile/domain/bloc/profile_event.dart

18 lines
331 B
Dart
Raw Normal View History

feat(app): Добавить пример со Scope (#5) * feat(app): Добавить пример со Scope * fix scope * feat: добавить скоуп с внутренней зависимостью от репозитория (#6) Co-authored-by: Artem Barkalov <artembark@gmail.com> * feat: исправить обалсть видимости ProfileScope * feat: добавить фикс namespace плагинов --------- Co-authored-by: PetrovY <y.petrov@friflex.com> Co-authored-by: Artem Barkalov <artembark@gmail.com>
2025-02-26 13:40:43 +03:00
part of 'profile_bloc.dart';
sealed class ProfileEvent extends Equatable {
const ProfileEvent();
@override
List<Object> get props => [];
}
final class ProfileFetchProfileEvent extends ProfileEvent {
final String id;
const ProfileFetchProfileEvent({required this.id});
@override
List<Object> get props => [id];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 52ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API