Skip to content

vtd182/d_validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d_validation

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

IDE setup

Prerequisites

Android Studio

  • First we need install two plugins for dart and flutter by Setting -> Plugins -> Marketplace and install them
  • Restart the IDEA
  • Select the specific device and run

Screenshot 2025-01-13 at 01 56 38

VS-Code

Validate config

flutter doctor

Installation

Add dependency to your pubspec.yaml

dependencies:
  d_validation:
    git:
      url: https://github.com/vtd182/d_validation
      ref: master
  // ...other dependency

Run on terminal to sync package

flutter pub get

Document

For class document, run

dart doc

The generated file will be in /doc/api, to watch them, run

npx serve ./doc/api

This will allow us to watch them on web browser.

Run application

To run the example application on main.dart, first we need to build them:

flutter build apk|ios|macos|web

Then attach app to specific devices. For example, if we build flutter app to web

flutter build web

Serve it

npx serve ./build/web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •