Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
e170bfe7
Commit
e170bfe7
authored
Sep 22, 2022
by
Fikri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
menambahkan footer our solution>catalog
parent
bd08310f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
29 deletions
+31
-29
footer.dart
lib/screen/footer.dart
+27
-29
GeneratedPluginRegistrant.swift
macos/Flutter/GeneratedPluginRegistrant.swift
+4
-0
No files found.
lib/screen/footer.dart
View file @
e170bfe7
...
@@ -212,40 +212,38 @@ class Footer extends StatelessWidget {
...
@@ -212,40 +212,38 @@ class Footer extends StatelessWidget {
letterSpacing:
1.5
),
letterSpacing:
1.5
),
),
),
),
),
const
Spacer
(
SizedBox
(
height:
10
,),
flex:
2
,
),
Container
(
Container
(
height:
screenSize
.
height
*
0.04
,
height:
screenSize
.
height
*
0.04
,
child:
const
itemBawah
(
child:
itemBawah
(
item:
'Retained Search'
,
item:
'Catalog'
,
routeName:
'/solutions'
,
),
),
const
Spacer
(),
Container
(
height:
screenSize
.
height
*
0.04
,
child:
const
itemBawah
(
item:
'Dedicated Services'
,
routeName:
'/solutions'
,
),
),
const
Spacer
(),
Container
(
height:
screenSize
.
height
*
0.04
,
child:
const
itemBawah
(
item:
'Contract Services'
,
routeName:
'/solutions'
,
),
),
const
Spacer
(),
Container
(
height:
screenSize
.
height
*
0.04
,
child:
const
itemBawah
(
item:
'Recruitment'
,
routeName:
'/solutions'
,
routeName:
'/solutions'
,
),
),
),
),
// const Spacer(),
// Container(
// height: screenSize.height * 0.04,
// child: const itemBawah(
// item: 'Dedicated Services',
// routeName: '/solutions',
// ),
// ),
// const Spacer(),
// Container(
// height: screenSize.height * 0.04,
// child: const itemBawah(
// item: 'Contract Services',
// routeName: '/solutions',
// ),
// ),
// const Spacer(),
// Container(
// height: screenSize.height * 0.04,
// child: const itemBawah(
// item: 'Recruitment',
// routeName: '/solutions',
// ),
// ),
],
],
)),
)),
Container
(
Container
(
...
...
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
e170bfe7
...
@@ -5,10 +5,14 @@
...
@@ -5,10 +5,14 @@
import
FlutterMacOS
import
FlutterMacOS
import
Foundation
import
Foundation
import
firebase_auth
import
firebase_core
import
path_provider_macos
import
path_provider_macos
import
url_launcher_macos
import
url_launcher_macos
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
FLTFirebaseAuthPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FLTFirebaseAuthPlugin"
))
FLTFirebaseCorePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FLTFirebaseCorePlugin"
))
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
UrlLauncherPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"UrlLauncherPlugin"
))
UrlLauncherPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"UrlLauncherPlugin"
))
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment