flutter_storyblok_code_generator 1.1.1 copy "flutter_storyblok_code_generator: ^1.1.1" to clipboard
flutter_storyblok_code_generator: ^1.1.1 copied to clipboard

Code generator for flutter_storyblok, generating statically typed Dart code from your Storyblok blocks.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_storyblok_code_generator

Use it

The package has the following executables:

$ flutter_storyblok_code_generator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_storyblok_code_generator

With Flutter:

 $ flutter pub add flutter_storyblok_code_generator

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

dependencies:
  flutter_storyblok_code_generator: ^1.1.1

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:flutter_storyblok_code_generator/flutter_storyblok_code_generator.dart';
3
likes
0
pub points
30%
popularity

Publisher

verified publisheralster.se

Code generator for flutter_storyblok, generating statically typed Dart code from your Storyblok blocks.

Homepage
Repository (GitHub)
View/report issues

Topics

#storyblok #sdk #code-builder

License

unknown (license)

Dependencies

args, characters, code_builder, collection, dart_casing, dart_style, flutter, flutter_storyblok, http

More

Packages that depend on flutter_storyblok_code_generator