Этот репозиторий содержит 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 0e7de30166 [example] Move all example plugins to a separate example app. OS-17394 OS-17572 OS-17584 1 year ago
..
aurora [example] Move all example plugins to a separate example app. OS-17394 OS-17572 OS-17584 1 year ago
data [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
lib [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
.gitignore [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
README.md [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
pubspec.yaml [example] Move all example plugins to a separate example app. OS-17394 OS-17572 OS-17584 1 year 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.

pubspec.yaml

dependencies:
  sqflite: ^2.2.6
  sqflite_aurora:
    path: # path to folder with plugin

*.dart

import 'package:sqflite/sqflite.dart';