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

outdated

Flutter package training, the goal is to understand and demystify the use and creation of packages. It is a training on their design, their usefulness and their maintenance. As any beginner I am confu [...]

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.2

Usage #

import the package in your dart file

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

Publisher

unverified uploader

Flutter package training, the goal is to understand and demystify the use and creation of packages. It is a training on their design, their usefulness and their maintenance. As any beginner I am confused by the number of packages in the dev pub, I am surprised to find sometimes that their purpose is only the reuse of Dart's class code. Sometimes even very often I would prefer to understand and master the documentation of the flutter API classes rather than downloading packages which are just repetition and an overlay of jargon.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_package_training