TableApp is a Flutter application that allows users to manage a table with editable and selectable rows. The app utilizes SharedPreferences
for local data storage, enabling persistent data across app sessions.
- Add Row: Add a new row to the table with default data.
- Edit Row: Edit the data of a single selected row.
- Delete Rows: Delete multiple selected rows at once.
- Persistent Storage: The table data is saved locally using
SharedPreferences
and restored on app launch.
To run this app locally, follow these steps:
- Flutter installed on your machine.
- An IDE with Flutter support, such as Visual Studio Code or Android Studio.
-
Clone the repository:
git clone https://github.com/jerankda/table-app-flutter
-
Navigate to the project directory:
cd tabellenapp
-
Install the required dependencies:
flutter pub get
To run the app on an emulator or physical device, use:
flutter run