Skip to content

jerankda/table-app-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TableApp

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.

Features

  • 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.

Flowchart

Table App

Getting Started

To run this app locally, follow these steps:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/jerankda/table-app-flutter
  2. Navigate to the project directory:

    cd tabellenapp
  3. Install the required dependencies:

    flutter pub get

Running the App

To run the app on an emulator or physical device, use:

flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published