Check latest tag here : https://github.com/2math/g_base_package/tags
Base functionality for a project
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Here is an example of how to load the package in your pubspec.yaml
dependencies:
flutter:
sdk: flutter
g_base_package:
git:
url: git://github.com/2math/g_base_package.git
ref: 0.0.1
#ref: 0.0.1 is pointing at TAG "0.0.1"
#don't forget to check for new version by tag at https://github.com/2math/g_base_package or in
#change log : https://github.com/2math/g_base_package/blob/master/CHANGELOG.md
todo:
- Documentation
- Better example