mahmoodhamdi / base_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Flutter App

This is a base Flutter app template that you can use as a starting point for your projects.

Getting Started

Follow these steps to set up the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/your-username/base-flutter-app.git
  2. Navigate to the project directory:

    cd base-flutter-app
  3. Install dependencies:

    flutter pub get
  4. Update app icons:

    flutter pub run flutter_launcher_icons -f flutter_launcher_icons.yaml
  5. Generate native splash screens:

    dart run flutter_native_splash:create
  6. Run the app:

    flutter run

Features

  • Basic project structure following best practices.
  • Common utility functions and helper classes.
  • Configured app icons and splash screens.

About


Languages

Language:Dart 52.0%Language:C++ 24.2%Language:CMake 19.2%Language:Swift 1.9%Language:C 1.4%Language:HTML 1.2%Language:Kotlin 0.1%Language:Objective-C 0.0%