offline_first

Last updated:

0 purchases

offline_first Image
offline_first Images
Add to Cart

Description:

offline first

Dart Lang Package Boilerplate #
This package includes basic pubspec.yaml configuration file, required folders, and strict linting using pedantic package and my custom lints.
This boilerplate is for pure Dart packages without dependency on Flutter. If you want to create Flutter package use following command.
flutter create --template=package name
copied to clipboard
Get started #


Change name, description and homepage in pubspec.yaml.


Change package dependency name in the example/pubspec.yaml according to your package name.


Change your name in the LICENSE file.


Put correct info into the CHANGELOG.md file.


Create lib folder with implementation files. lib folder should contain a single Dart file with same name as your package and a src folder with implementation files.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.