getbase 0.0.2 copy "getbase: ^0.0.2" to clipboard
getbase: ^0.0.2 copied to clipboard

GetBase Flutter Plugin to Connect With GetBase

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:get/get.dart';
import 'package:getbase/getbase.dart';

import 'app/routes/app_pages.dart';

Future initServices() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Getbase.initialiseBase('http://192.168.60.236:4000');
}

void main() async {
  await initServices();
  runApp(
    GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: "Application",
      initialRoute: AppPages.INITIAL,
      getPages: AppPages.routes,
    ),
  );
}
0
likes
140
points
33
downloads

Publisher

verified publisherrohitsangwan.in

Weekly Downloads

GetBase Flutter Plugin to Connect With GetBase

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

connectivity, flutter, get, get_storage

More

Packages that depend on getbase