flutter_package_training 1.0.3 copy "flutter_package_training: ^1.0.3" to clipboard
flutter_package_training: ^1.0.3 copied to clipboard

outdated

Flutter package training, the goal is to understand and demystify the use and creation of packages.

flutter package training #

This is a training to learn how to conceive a package Flutter

Getting Started #

add to your pubspec.yaml:

dependencies:
  flutter_package_training: ^1.0.3

Usage #

import the package in your dart file

import 'package:flutter_package_training/flutter_package_training.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter package training, the goal is to understand and demystify the use and creation of packages.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_package_training