Commit e170bfe7 authored by Fikri's avatar Fikri

menambahkan footer our solution>catalog

parent bd08310f
......@@ -212,40 +212,38 @@ class Footer extends StatelessWidget {
letterSpacing: 1.5),
),
),
const Spacer(
flex: 2,
),
SizedBox(height: 10,),
Container(
height: screenSize.height * 0.04,
child: const itemBawah(
item: 'Retained Search',
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',
child: itemBawah(
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',
// ),
// ),
],
)),
Container(
......
......@@ -5,10 +5,14 @@
import FlutterMacOS
import Foundation
import firebase_auth
import firebase_core
import path_provider_macos
import url_launcher_macos
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"))
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