Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Wisniewski committed Mar 14, 2024
1 parent c849b2b commit 38f68ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.wisniewsky.sushi_bar_challenge.dribbble_sushi_bar_challenge"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
Expand All @@ -53,7 +52,6 @@ android {

buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
Expand Down
6 changes: 1 addition & 5 deletions lib/core/helpers/load_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ Future<void> loadImage({
required BuildContext context,
required String imageUrl,
}) async {
try {
await precacheImage(AssetImage(imageUrl), context);
} catch (e) {
//TODO
}
await precacheImage(AssetImage(imageUrl), context);
}
1 change: 0 additions & 1 deletion linux/flutter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
# Configuration provided via flutter tool.
include(${EPHEMERAL_DIR}/generated_config.cmake)

# TODO: Move the rest of this into files in ephemeral. See
# https://github.com/flutter/flutter/issues/57146.

# Serves the same purpose as list(TRANSFORM ... PREPEND ...),
Expand Down

0 comments on commit 38f68ca

Please sign in to comment.