Skip to content

Commit

Permalink
Merge pull request #27 from ezeanyimhenry/feat/launcher-icons
Browse files Browse the repository at this point in the history
feat: launcher icon updated to jpg
  • Loading branch information
michaeluche01 authored Jul 31, 2024
2 parents bc587fc + 45bd6d4 commit 88761f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 36 deletions.
28 changes: 0 additions & 28 deletions analysis_options.yaml

This file was deleted.

Binary file added assets/icons/png/translateB_new.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icons/png/translate_buddy logo.png
Binary file not shown.
13 changes: 6 additions & 7 deletions lib/presentation/screens/settings/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:nfc_app/constants/app_spacing.dart';
import 'package:nfc_app/constants/app_textstyles.dart';
import 'package:nfc_app/presentation/screens/settings/privacy_policy.dart';
import 'package:nfc_app/presentation/screens/settings/settings_language_screen.dart';
import 'package:nfc_app/presentation/screens/translate/translate_screen.dart';
import 'package:nfc_app/presentation/widgets/app_buttons.dart';

class SettingsScreen extends StatelessWidget {
Expand Down Expand Up @@ -116,12 +115,12 @@ class SettingsScreen extends StatelessWidget {
trailing:
SvgPicture.asset("assets/icons/svg/caret_right.svg"),
onTap: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) =>
const TranslateScreen(message: "I am a boy")),
);
// Navigator.push(
// context,
// MaterialPageRoute(
// builder: (context) =>
// const TranslateScreen(message: "I am a boy")),
// );
},
),
ListTile(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev_dependencies:
flutter_launcher_icons:
android: true
ios: true
image_path: assets/icons/png/translate_buddy logo.png
image_path: assets/icons/png/translateB_new.jpg

# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
Expand Down

0 comments on commit 88761f8

Please sign in to comment.