flutter_js_asset 0.1.0 copy "flutter_js_asset: ^0.1.0" to clipboard
flutter_js_asset: ^0.1.0 copied to clipboard

SDKDart

Creates a .dart file containing constants that included javascript code read from specified files by using @TextAsset annotation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_js_asset

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

dependencies:
  flutter_js_asset: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_js_asset/annotations.dart';
import 'package:flutter_js_asset/builder.dart';
2
likes
90
pub points
4%
popularity

Publisher

verified publishercuilian.io

Creates a .dart file containing constants that included javascript code read from specified files by using @TextAsset annotation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, source_gen

More

Packages that depend on flutter_js_asset