arcane 5.3.4 copy "arcane: ^5.3.4" to clipboard
arcane: ^5.3.4 copied to clipboard

PlatformAndroid

A modified variant of shadcn_flutter along with new features & improvements. This package follows the changes of shadcn_flutter while also maintaining additional features & fixes.

This is a modified fork of shadcn_flutter and includes resources & merged code from Phosphor Icons & Ionicons. It is designed for quickly creating apps.

Documentation | Pub.dev | GitHub

Forked / Modified Packages #

Initial Setup #

Please read the Installation guide for more information.

Addon Packages #

void main() => runApp("mtg_tesseract", ArcaneWindow(
  windowColor: Colors.transparent,
  child: ArcaneFluf(
          options: DefaultFirebaseOptions.currentPlatform,
          onRegisterCrud: $registerCrud,
          onRegisterUserService: () => services().register<UserService>(() => UserService()),
    child: MyCustomInitializer(
      ///////////
      child: const TesseractApp()
    )
  )
));
copied to clipboard