Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit 09e2d5e

Browse files
committed
Fixing texts Padding on Material style Nav Bar
1 parent db2813d commit 09e2d5e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

lib/ui/widgets/adaptive/platform_navigation_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class AdaptiveNavgationBar extends StatelessWidget {
5353
child: GNav(
5454
onTabChange: (int selectedPlatform) =>
5555
context.read<SetupIcon>().setPlatform(selectedPlatform),
56-
gap: 4,
56+
gap: 0,
5757
activeColor: Theme.of(context).sliderTheme.thumbColor,
5858
iconSize: 24,
5959
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 4),

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ packages:
204204
dependency: "direct main"
205205
description:
206206
path: "."
207-
ref: HEAD
208-
resolved-ref: b2902e9b330cdf57efb21b32e43ee79c7887e6e4
209-
url: "git://github.com/sooxt98/google_nav_bar.git"
207+
ref: patch-1
208+
resolved-ref: "601a74055e80af7cbee84133ebf36cc36bfa26a2"
209+
url: "git://github.com/tsinis/google_nav_bar.git"
210210
source: git
211211
version: "3.1.0"
212212
html:
@@ -397,7 +397,7 @@ packages:
397397
name: provider
398398
url: "https://pub.dartlang.org"
399399
source: hosted
400-
version: "4.3.2+2"
400+
version: "4.3.2+3"
401401
share:
402402
dependency: transitive
403403
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ dependencies:
2828
google_nav_bar:
2929
# Waitng for my PR publish.
3030
git:
31-
url: git://github.com/sooxt98/google_nav_bar.git
31+
url: git://github.com/tsinis/google_nav_bar.git
32+
ref: patch-1
3233
image_resizer: ^1.0.2
3334
local_hero: ^0.1.0
3435
path_provider: ^1.6.24
3536
# permission_handler:
3637
platform_info: ^2.2.0
37-
provider: ^4.3.2+2
38+
provider: ^4.3.2+3
3839
shared_preferences: ^0.5.12+4
3940
universal_html: ^1.2.3
4041
url_launcher: ^5.7.10

0 commit comments

Comments
 (0)