Skip to content

Commit

Permalink
refactor: update core layer
Browse files Browse the repository at this point in the history
  • Loading branch information
BBarisKilic committed Mar 11, 2024
1 parent 7a57095 commit d364792
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/core/core.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2023 BBK Development. All rights reserved.
// Use of this source code is governed by a GPL-style license that can be found
// in the LICENSE file.

export 'constants/constants.dart';
export 'extensions/extensions.dart';
export 'gen/gen.dart';
Expand Down
4 changes: 4 additions & 0 deletions lib/src/core/gen/gen.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Copyright 2023 BBK Development. All rights reserved.
// Use of this source code is governed by a GPL-style license that can be found
// in the LICENSE file.

export 'assets.gen.dart';
export 'fonts.gen.dart';
4 changes: 4 additions & 0 deletions lib/src/core/l10n/l10n.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// Copyright 2023 BBK Development. All rights reserved.
// Use of this source code is governed by a GPL-style license that can be found
// in the LICENSE file.

export 'app_localizations.dart';

0 comments on commit d364792

Please sign in to comment.