Этот репозиторий содержит Flutter плагины для платформы ОС Аврора.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Vitaliy Zarubin cc20047346 [sqflite] Add registerWith, commit PSDK_DIR 2 years ago
..
aurora [sqflite_aurora] Implement sqflite plugin for Aurora OS. OMP#OS-16307 2 years ago
data [sqflite] Update readme, add BuildRequires: pkgconfig(sqlite3) 2 years ago
example [sqflite] Update readme, add BuildRequires: pkgconfig(sqlite3) 2 years ago
lib [sqflite] Add registerWith, commit PSDK_DIR 2 years ago
.gitignore [sqflite_aurora] Implement sqflite plugin for Aurora OS. OMP#OS-16307 2 years ago
README.md [sqflite] Update readme, add BuildRequires: pkgconfig(sqlite3) 2 years ago
pubspec.yaml [sqflite] Add registerWith, commit PSDK_DIR 2 years ago

README.md

sqflite_aurora

The Aurora OS implementation of sqflite.

Usage

This package is not an endorsed implementation of sqflite. Therefore, you have to include sqflite_aurora alongside sqflite as dependencies in your pubspec.yaml file.

dependencies:
  sqflite: ^2.2.6
  sqflite_aurora:
    git: git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git
    path: packages/sqflite/sqflite_aurora

Then you can import and use sqflite in your Dart code:

import 'package:sqflite/sqflite.dart';

Preview example

preview.png