UNPKG

emirapp-cli

Version:

A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript

13 lines (12 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flutterSimpleDependencies = exports.flutterSimpleTemplates = void 0; // Flutter Simple Template - Coming Soon exports.flutterSimpleTemplates = {}; exports.flutterSimpleDependencies = []; // This template will include: // - Flutter 3.0+ setup // - Material Design 3 // - Navigation 2.0 // - State management with Provider // - And much more...