simple_frame_app 1.0.1 copy "simple_frame_app: ^1.0.1" to clipboard
simple_frame_app: ^1.0.1 copied to clipboard

Flutter and Lua quickstart app scaffolding and standard library functions for Brilliant Frame development on Android/iOS

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_frame_app
copied to clipboard

With Flutter:

 $ flutter pub add simple_frame_app
copied to clipboard

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

dependencies:
  simple_frame_app: ^1.0.1
copied to clipboard

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:simple_frame_app/simple_frame_app.dart';
copied to clipboard
1
likes
0
points
1.35k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.04 - 2025.01.16

Flutter and Lua quickstart app scaffolding and standard library functions for Brilliant Frame development on Android/iOS

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_blue_plus, image, logging

More

Packages that depend on simple_frame_app