FLUTTER ECOSYSTEM

sqlite3_flutter_libs

Not used anymore, update to version 3.x of package:sqlite3 instead

Latest version
0.6.0+eol
30-day downloads
483.9K
Likes
175
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

sqlite3_flutter_libs is a legacy package providing SQLite database support for Flutter applications on multiple platforms, including Android, iOS, Web, macOS, Windows, and Linux. It was designed to integrate the SQLite3 library into Flutter apps, enabling persistent local data storage. However, it is no longer maintained and users are advised to upgrade to version 3.x of the package: sqlite3 for better performance, security, and ongoing support. The package serves as a historical reference for earlier Flutter SQLite implementations.

Use cases
  • Legacy app maintenance
  • Older Flutter projects using SQLite
  • Migration from outdated SQLite integration
Key features
  • Cross-platform SQLite access
  • Support for multiple operating systems
  • Legacy compatibility with older Flutter versions
Suitable for
  • Projects still relying on deprecated SQLite setup
  • Developers migrating from older versions
Considerations
  • Not recommended for new projects
  • Deprecated and unmaintained
  • Requires migration to sqlite3 package 3.x
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add sqlite3_flutter_libs

Categories

Source repository

Related projects