flying_fish 0.0.5 copy "flying_fish: ^0.0.5" to clipboard
flying_fish: ^0.0.5 copied to clipboard

The full stack Dart framework you've been waiting for. Flying Fish projects have an API layer, and a Flutter layer that enables you to write full stack applications in Dart.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flying_fish

Use it

The package has the following executables:

$ flying_fish

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flying_fish

With Flutter:

 $ flutter pub add flying_fish

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

dependencies:
  flying_fish: ^0.0.5

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:flying_fish/flying_fish.dart';
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

The full stack Dart framework you've been waiting for. Flying Fish projects have an API layer, and a Flutter layer that enables you to write full stack applications in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, path

More

Packages that depend on flying_fish