flutter_query_builder 1.0.0 flutter_query_builder: ^1.0.0 copied to clipboard
Instead of focusing on the details of writing queries, you'll be able to focus on the basic logic of your app. Thus, you will simplify the read and write operations in your database. This will certain [...]
example/flutter_query_builder_example.dart
import 'package:flutter_query_builder/flutter_query_builder.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}