Skip to content

azharbinanwar/moniepoint_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moniepoint Test

This is a simple test for Moniepoint.

Here's a simple README file with the provided command setup:

Flutter Project Setup

Initial Setup

  1. Clean and get dependencies:
flutter clean
flutter pub get
  1. Run build runner:
flutter pub run build_runner build --delete-conflicting-outputs
  1. Run build runner with watch:
flutter pub run build_runner watch build --delete-conflicting-outputs

Run project

  • To run project
flutter run

Build Commands

  • To create a release build:
flutter build apk --release

Feel free to customize and expand upon this setup as needed for your Flutter project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published