getxbottombar 0.0.1 copy "getxbottombar: ^0.0.1" to clipboard
getxbottombar: ^0.0.1 copied to clipboard

For using GetX Navigation With Bindings in BottomBar.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:get/get.dart';

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: "GetXBottomBar",
      initialRoute: AppPages.INITIAL,
      getPages: AppPages.routes,
    ),
  );
}
13
likes
140
points
14
downloads

Publisher

verified publisherrohitsangwan.in

Weekly Downloads

For using GetX Navigation With Bindings in BottomBar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on getxbottombar