This is a Flutter project that allows users to view posts, update posts and delete posts
To get started with this project, you'll need to have the following installed:
- Flutter SDK
- Android Studio or Xcode (depending on your target platform)
Once you have the necessary tools installed, follow these steps to build and run the application:
- Clone the repository:
- Change to the project directory:
- Install the project dependencies: flutter pub get
- Connect a device or start an emulator/simulator. You can do this by running one of the following commands:
- Android:
or
flutter emulator
and thenflutter devices
flutter run
- iOS:
or
open -a Simulator
and thenflutter devices
flutter run
- Once the app is installed and running, you should see the initial screen of the application.
To build a release version of your app, follow these steps:
-
Ensure that you have a valid signing certificate and keystore file. If you don't have one, you can create a new one using the instructions in the Flutter documentation.
-
Update the
signing.properties
file in theandroid/app
directory with your signing information. -
Run the following command to build the release version of your app:# Vmodel_test