emirapp-cli
Version:
A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript
14 lines (13 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.flutterEnterpriseDependencies = exports.flutterEnterpriseTemplates = void 0;
// Flutter Enterprise Template - Coming Soon
exports.flutterEnterpriseTemplates = {};
exports.flutterEnterpriseDependencies = [];
// This template will include:
// - Advanced Flutter architecture
// - BLoC pattern state management
// - Advanced animations
// - Platform-specific code
// - Testing setup
// - And much more...