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

A powerful and updated version of the GetX package for Flutter, offering enhanced state management, routing, and dependency injection.This version includes new features, performance improvements, and [...]

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

A powerful and updated version of the GetX package for Flutter, offering enhanced state management, routing, and dependency injection.This version includes new features, performance improvements, and better compatibility with the latest Flutter 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