sirius 0.0.1 copy "sirius: ^0.0.1" to clipboard
sirius: ^0.0.1 copied to clipboard

outdated

An abstraction to make the use of SQFLite simpler and more attractive.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dpa_demo.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: DPADemoView(),
    );
  }
}
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An abstraction to make the use of SQFLite simpler and more attractive.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider, sqflite

More

Packages that depend on sirius