get_x_master 0.0.3 copy "get_x_master: ^0.0.3" to clipboard
get_x_master: ^0.0.3 copied to clipboard

GetX for Flutter enhances state management, routing, and dependency injection with improved performance and compatibility with the latest updates.

example/lib/main.dart

import 'package:example/bindings/bindings.dart';
import 'package:example/screen/login.dart';
import 'package:flutter/material.dart';
import 'package:get_x_master/get_x_master.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return GetCupertinoApp(
      title: 'Flutter Demo',
      debugShowCheckedModeBanner: false,
      initialBinding: MyBinding(),
      /*theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),*/
      home: const LoginPage(),
    );
  }
}
3
likes
0
points
136
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

GetX for Flutter enhances state management, routing, and dependency injection with improved performance and compatibility with the latest updates.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, intl, shamsi_date, web

More

Packages that depend on get_x_master