Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SolMendiola committed Jan 15, 2024
1 parent 72e645f commit ca87970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 88 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ vendor/bundle/
#iOS related
ios/build

#macos relates
macos/Flutter/ephemeral/Flutter-Generated.xcconfig
macos/Flutter/ephemeral/flutter_export_environment.sh
# macOS
**/Flutter/ephemeral/
**/Pods/
**/macos/Flutter/GeneratedPluginRegistrant.swift
**/macos/Flutter/ephemeral
**/xcuserdata/
82 changes: 0 additions & 82 deletions android/app/src/debug/google-services.json

This file was deleted.

4 changes: 1 addition & 3 deletions lib/ui/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ class _HomeContentScreenState extends State<HomeContentScreen> {
backgroundColor: context.theme.colors.background,
body: SafeArea(
child: UpgradeAlert(
upgrader: Upgrader(
showIgnore: false,
),
upgrader: Upgrader(),
child: child,
),
),
Expand Down

0 comments on commit ca87970

Please sign in to comment.