ristek_material_component 0.0.15 copy "ristek_material_component: ^0.0.15" to clipboard
ristek_material_component: ^0.0.15 copied to clipboard

Material Design Component for future Ristek Universitas Indonesia project

ristek_material_component #

A Material Component for Ulas Kelas Project Ristek Universitas Indonesia

Getting Started #

Alt text

Primary Button #

PrimaryButton(
	/// If you want to change the content of this button just unset [text] 
	/// argument
	/// 
	/// change with 
	/// child: SomeWidget()
	text: 'Hello',
	
	// If you want disabled this button just unset [onPressed] argument
	onPressed: () {},

	/// Try other argument like [isLoading]
)

Secondary Button #

SecondaryButton(
	/// If you want to change the content of this button just unset [text] 
	/// argument
	/// 
	/// change with 
	/// child: SomeWidget()
	text: 'Hello',
	
	// If you want disabled this button just unset [onPressed] argument
	onPressed: () {},

	/// Try other argument like [isLoading]
)
16
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Material Design Component for future Ristek Universitas Indonesia project

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

another_flushbar, flutter, flutter_spinkit, shared_preferences, states_rebuilder

More

Packages that depend on ristek_material_component