Skip to content

Commit fda69f5

Browse files
committed
done for now
1 parent c5a08d4 commit fda69f5

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

lib/views/screens/tabs/explore_tab/widgets/cards/explore_resource_card.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ class _ExploreResourceCardState extends State<ExploreResourceCard> {
7373
),
7474
),
7575
SizedBox(
76-
width: 23,
76+
width: 24,
7777
child: Column(
7878
children: [
7979
ButtonTapEffect(
80-
child: Icon(Icons.open_in_new_rounded, color: themeData.colorScheme.primary),
80+
child: Icon(Icons.launch_rounded, color: themeData.colorScheme.primary),
8181
onTap: () {
8282
UtilityHelper.launchUrlNow(widget.resourceUrl);
8383
},

lib/views/screens/tabs/settings_tab/settings_tab.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class SettingsTab extends StatelessWidget {
6060
),
6161
ButtonTapEffect(
6262
onTap: () {
63-
// authService.signOut();
64-
authService.createVerification();
63+
authService.signOut();
6564
},
6665
child: Container(
6766
height: 64,

pubspec.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ packages:
8989
url: "https://pub.dev"
9090
source: hosted
9191
version: "0.17.3"
92-
cupertino_icons:
93-
dependency: "direct main"
94-
description:
95-
name: cupertino_icons
96-
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
97-
url: "https://pub.dev"
98-
source: hosted
99-
version: "1.0.5"
10092
device_info_plus:
10193
dependency: transitive
10294
description:

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies:
3232
sdk: flutter
3333

3434
# UI
35-
cupertino_icons: ^1.0.2
3635
google_fonts: ^4.0.4
3736
patterns_canvas: ^0.4.0
3837
flutter_animate: ^4.1.1+1

0 commit comments

Comments
 (0)