Skip to content

wikey10/Sql-in-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlapp

This Flutter project demonstrates how to integrate SQLite, a local database, into a Flutter app for data storage and retrieval.

Features

  • SQLite Integration: Utilizes the sqflite package to integrate SQLite database functionality into the Flutter app.
  • CRUD Operations: Demonstrates basic CRUD (Create, Read, Update, Delete) operations with the SQLite database.
  • Data Models: Defines data models to represent database tables and entities.
  • User Interface: Provides a simple user interface to interact with the database, such as adding, viewing, updating, and deleting records.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Flutter SDK: Make sure you have Flutter installed on your machine. You can download it from the official Flutter website.
  • Flutter IDE: Use an IDE such as Android Studio, Visual Studio Code, or IntelliJ IDEA for Flutter development.

Installing

  1. Clone the repository to your local machine:
  2. Navigate to the project directory: cd flutter-sql-project
  3. Install dependencies: flutter pub get

Running the App

Connect your device or emulator and run the app using the following command: flutter run

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors