Skip to content

Commit

Permalink
fix: minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinCS committed Sep 24, 2023
1 parent f3be352 commit 01d82cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
google-services.json
GoogleService-Info.plist
firebase_app_id_file.json
firebase_options.dart
.DS_Store
.atom/
.buildlog/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import '../../domain/repositories/authentication_repositories.dart';
import '../datasource/_datasource.dart';

@Injectable(as: AuthenticationRepository)
class AudiometerRepositoryImpl implements AuthenticationRepository {
class AuthenticationRepositoryImpl implements AuthenticationRepository {
final AuthenticationRemoteDataSource _remoteDataSource;

AudiometerRepositoryImpl(this._remoteDataSource);
AuthenticationRepositoryImpl(this._remoteDataSource);

@override
Future<Either<Failure, User>> signIn() {
Expand Down
2 changes: 1 addition & 1 deletion lib/features/main/presentation/pages/main_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class _MainPageState extends State<MainPage> {
},
child: Center(
child: Text(
'Tentang Bebras Indonesia',
'Tentang Bebras Challange',
textAlign: TextAlign.center,
style: FontTheme.blackTextBold(),
),
Expand Down
90 changes: 0 additions & 90 deletions lib/firebase_options.dart

This file was deleted.

0 comments on commit 01d82cb

Please sign in to comment.