Skip to content

JamesBrel/dart_gadgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gadgets

  • Company : Hive

  • Description : Gadgets is a set of tools the dev will use in his flutter projects.

  • Type : [package]

  • Dev : The Coder

  • Language : Dart

  • Framework : Flutter

  • Start Date : 2025/05/16

  • End Date : aaaa/mm/dd

Features

package-name, is a package that operates in fours Modules such as: " explain all the features"

Usage

Add dependency

Please check the latest version before installation. If there is any problem with the new version, please use the previous version

dependencies:
  flutter:
    sdk: flutter
  # add package-name (default :  From Pub dev)
  package-name: ^{latest version}
  
  OR
  # add package-name (From directory of your computer)
  package-name:
    path: ../

  OR
  # add package-name (From public repository git)
  package-name:
    git:
      url: https://github.com/flutter/packageA.git
      ref: v1.0.0
      path: packages/packageA
  
  OR
  # add package-name (From private repository git)
  package-name:
    git:
      url: git@github.com:flutter/packageA.git
      ref: v1.0.0
      path: packages/packageA

Add the following imports to your Dart code

// add here the import line code

Initialization

// add here the Initialization method, that will use in the flutter app

Examples

Packages Used

  • Dart Dependencies Used

    • flutter_staggered_grid_view: ^0.7.0
    • flutter_speed_dial: ^7.0.0
    • fluttertoast: ^8.2.12
    • logger: ^2.5.0
  • [x] Dart Dev_Dependencies Used

Changelogs

See CHANGELOG.md for a complete version history.


Copyright © 2025 Hive All Rights Reserved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors