Skip to content

2math/g_base_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v0.1.11

Check latest tag here : https://github.com/2math/g_base_package/tags

g_base_package

Base functionality for a project

Getting Started

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:

  1. Documentation
  2. Better example

About

base package for flutter apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages