This repository was archived by the owner on Dec 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments