hello_app 0.0.2 copy "hello_app: ^0.0.2" to clipboard
hello_app: ^0.0.2 copied to clipboard

A simple starter Flutter application demonstrating basic project structure and setup. Perfect for beginners exploring Flutter development or for use as a boilerplate for small projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hello_app

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

dependencies:
  hello_app: ^0.0.2

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:hello_app/hello_app.dart';
0
likes
140
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple starter Flutter application demonstrating basic project structure and setup. Perfect for beginners exploring Flutter development or for use as a boilerplate for small projects.

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on hello_app