This is a modified fork of shadcn_flutter and includes resources & merged code from Phosphor Icons & Ionicons. It is designed for quickly creating apps.
- shadcn_flutter for general widgets & overall UI.
- phosphor_flutter & ionicons for icons
- blurme for blur effects (needed to modify) license unneeded as it says "Use however you want".
Please read the Installation guide for more information.
- arcane_fluf for using flutterfire stack (which utilizes: )
- arcane_auth for firebase authentication
- arcane_user for user data models in firestore
- arcane_fire for initializing firebase with arcane
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() ) ) ));