Commit e170bfe7 authored by Fikri's avatar Fikri

menambahkan footer our solution>catalog

parent bd08310f
...@@ -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(
......
...@@ -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"))
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment