quickstart 0.1.0-11.dev copy "quickstart: ^0.1.0-11.dev" to clipboard
quickstart: ^0.1.0-11.dev copied to clipboard

A prototype for your app with routing, tabs, bottom navigation, header, footer, logo, menu, language switch, Firebase authentication, and more. Set up in seconds.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:quickstart/quickstart.dart';

Future<void> main() async {
  await QuickStart.ensureInitialized();
  runApp(const QuickApp());
}