flutter_dartpad 0.0.3 copy "flutter_dartpad: ^0.0.3" to clipboard
flutter_dartpad: ^0.0.3 copied to clipboard

A Dartpad widget which can be embed with mobile application. It supports all the designs provided in dartpad embedding guide.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_dartpad
copied to clipboard

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

dependencies:
  flutter_dartpad: ^0.0.3
copied to clipboard

Alternatively, your editor might support 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_dartpad/flutter_dartpad.dart';
copied to clipboard
22
likes
160
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

A Dartpad widget which can be embed with mobile application. It supports all the designs provided in dartpad embedding guide.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on flutter_dartpad