finch 1.0.0 copy "finch: ^1.0.0" to clipboard
finch: ^1.0.0 copied to clipboard

The Finch package simplifies fast and efficient server-side web app development with Dart, offering tools for APIs, MongoDB/MySQL/SQLite databases, WebSockets, and scalable projects

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate finch

Use it

The package has the following executables:

$ finch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add finch

With Flutter:

 $ flutter pub add finch

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  finch: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:finch/app.dart';
import 'package:finch/capp.dart';
import 'package:finch/console.dart';
import 'package:finch/finch_app.dart';
import 'package:finch/finch_capp.dart';
import 'package:finch/finch_console.dart';
import 'package:finch/finch_htmler.dart';
import 'package:finch/finch_json.dart';
import 'package:finch/finch_mail.dart';
import 'package:finch/finch_model.dart';
import 'package:finch/finch_model_less.dart';
import 'package:finch/finch_mongo_db.dart';
import 'package:finch/finch_mysql.dart';
import 'package:finch/finch_route.dart';
import 'package:finch/finch_sqlite.dart';
import 'package:finch/finch_sqlite_client.dart';
import 'package:finch/finch_tools.dart';
import 'package:finch/finch_ui.dart';
import 'package:finch/htmler.dart';
import 'package:finch/json.dart';
import 'package:finch/mail.dart';
import 'package:finch/model.dart';
import 'package:finch/model_less.dart';
import 'package:finch/mongo_db.dart';
import 'package:finch/mysql.dart';
import 'package:finch/route.dart';
import 'package:finch/sqlite.dart';
import 'package:finch/sqlite_client.dart';
import 'package:finch/tools.dart';
import 'package:finch/ui.dart';
10
likes
150
points
29
downloads

Publisher

verified publisherfinchdart.com

Weekly Downloads

The Finch package simplifies fast and efficient server-side web app development with Dart, offering tools for APIs, MongoDB/MySQL/SQLite databases, WebSockets, and scalable projects

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#webapp #server #api #database #websocket

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

archive, base32, capp, cron, crypto, dotenv, encrypt, html_unescape, http, intl, jinja, json_annotation, logger, mailer, mime, mongo_dart, mysql_client, path, sqler, sqlite3

More

Packages that depend on finch