Detail

this package provide simple way to implement MVP pattern in your flutter app. this package use GetX for state management.

Installing

Add package to your pubspec.yaml file:

dependencies:
  flutter_mvp_getx:

Import below line in files that it will be used:

import 'package:flutter_mvp_getx/flutter_mvp_getx.dart';

How to use

see sample project

Libraries

flutter_mvp_getx