vrs_mobile_design 0.0.6
vrs_mobile_design: ^0.0.6 copied to clipboard
Components for CLIMS Mobile application
Components for CLIMS mobile application
Features #
It has a stepper and a button component for now
Usage #
Add the package to project dependencies to use it. In order to use debugging and hot reload functionalities, place the projects as following:
MyFolder/ ├── climsmobile/ │ └── camloginapp/ │ └── dev.code-workspace ├── vrsmobiledesign/ │ └── pubspec.yaml
After having this setup, use VS Code's "File -> Open Workspace from File" menu option to allow for realtime updating and hot reload with local package repository.
When you want to publish a new version, we will use a package that automates bumping version numbers called Cider.
1-Install it using "dart pub global activate cider" command on your terminal.
2-Use it with "dart pub global run cider bump
3-At this stage, in terminal a link will appear asking for you to sign into pub.dev for authorization. Use the following credentials to sign in: email: verisis.arge@gmail.com password: v3r1s1s!!!
4-Do not forget to push the changes to gitlab after publishing, they are expected to match at all times.