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.

example/lib/example.dart

library example;

import 'package:flutter_js_asset/annotations.dart';

part 'example.g.dart';

@TextAsset('asset:example/web/dist/bundle.js')
const String jsCode = $jsCodeContent;
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