Skip to content

Starter Flutter Project For Nexteam Teknologi Indonesia

Notifications You must be signed in to change notification settings

Nexteam-Indonesia/flutter_starter

Repository files navigation


Logo

Nexteam Indonesia Flutter Starter

Just simple of NTI Flutter Starter

Downloads Contributors Forks Stargazers Issues

Table Of Contents

About The Project

Introducing the NTI Flutter Starter - a simple and efficient starting point for your Flutter projects. This starter kit comes with pre-configured boilerplate code, follows industry-standard best practices, and offers a clean project structure to make navigating your codebase easy.

Getting Started

Follow these simple steps to use this template.

Installation

  1. Click on the "Use this template" button.
  2. Select "Create a new repository".
  3. Enter a name for your repository.
  4. Choose whether to make it public or private.
  5. Click on the "Create repository" button.
  6. Navigate to the newly created repository.
  7. Clone the repository to your local machine by run this command git clone YOUR_GIT_REPOSITORY_URL.
  8. Open your project directory and run this command flutter pub get.

Warning

  • if it can't be in flutter pub get, try updating your flutter
    • flutter upgrade and flutter precache
  • build_runner command :
    • flutter packages pub run build_runner build --delete-conflicting-outputs
    • with listen can use flutter packages pub run build_runner watch --delete-conflicting-outputs
  • build Apk command:
    • flutter build apk --release -t lib/main_prod.dart for release apk
    • flutter build apk --debug -t lib/main_dev.dart for debug apk

Depedencies Used

Dependency Documentation
cupertino_icons pub package
google_fonts pub package
image_picker pub package
file_selector pub package
go_router pub package
bloc pub package
bloc_concurrency pub package
flutter_bloc pub package
dio pub package
dio_http2_adapter pub package
flutter_alice pub package
equatable pub package
freezed pub package
get_it pub package
geolocator pub package
geocoding pub package
reactive_forms pub package
reactive_pinput pub package
cached_network_image pub package
flutter_svg pub package
dartz pub package
velocity_x pub package
permission_handler pub package
flutter_secure_storage pub package
logger pub package
connectivity_plus pub package
intl pub package
stream_transform pub package
flavor pub package
shimmer pub package
flutter_screenutil pub package
flutter_lints pub package
change_app_package_name pub package
icons_launcher pub package

Our Social Media

About

Starter Flutter Project For Nexteam Teknologi Indonesia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published