Go to file
Simon Binder e93f98e26c Add MIT license 2019-02-09 21:00:00 +01:00
.idea Provide a sqflite / flutter based QueryExecutor 2019-02-09 14:39:32 +01:00
example Add MIT license 2019-02-09 21:00:00 +01:00
sally Add MIT license 2019-02-09 21:00:00 +01:00
sally_flutter Add MIT license 2019-02-09 21:00:00 +01:00
sally_generator Add MIT license 2019-02-09 21:00:00 +01:00
tool Init repository 2019-02-03 13:56:31 +01:00
.gitignore Add .gitignores 2019-02-03 13:54:45 +01:00
.travis.yml Maybe travis works now? 2019-02-03 15:56:51 +01:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md Add MIT license 2019-02-09 21:00:00 +01:00
analysis_options.yaml Specify analysis rules and conform to them 2019-02-04 21:03:41 +01:00

README.md

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:sally/sally.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.