Skip to content

shock-wave007/Flutter-platfrom-aware-other-widgits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter-platfrom-aware-other-widgits

this repo is example to add platfrom aware widgits in ur app fast easy and customisable way android ios date time and datetime picker android radio group and Ios segmented control

need to add

pub.dev flutter_platform_widgets or github flutter_platform_widgets

usage

PwaRadioGrpSegment(
                strList: ["SunLight", "MoonLight", "NoLight"],
                fn: (a) => setState(() =>{
                                        mREs = a;
                                        });
                cVal: mREs,
              ),
PwaDateTimePicker(
                  isTime: false,
                  inlDate: mDate,
                  timeSetter: (value) => _updatemDate(value),
                )

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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Releases

No releases published

Packages

No packages published

Languages