Skip to content

Instantly share code, notes, and snippets.

@alperefesahin
Created February 2, 2022 06:12
Show Gist options
  • Save alperefesahin/e8c41c2dc2b9c12b3c8dec84fc1d1766 to your computer and use it in GitHub Desktop.
Save alperefesahin/e8c41c2dc2b9c12b3c8dec84fc1d1766 to your computer and use it in GitHub Desktop.
part of 'sign_up_cubit.dart';
@freezed
class SignUpState with _$SignUpState {
const factory SignUpState.initial() = _Initial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment