Flutter Package
hey developer, Today i will describe about flutter package.package name r_container.
About: r_container is an one kind of simple package. this package has some feafures like
- Title
- Subtitle
- Image Url
- Call Url
- Mail Url
- Facebook Url
This package help you to that if you want to create profile info card then then just added 7 lines of code in your project. as usually if you want to create those fuatures then you need to added all code speceficly .but if you add r_container package then it reduce your time and task will be done just some code only.
Complete code here:
home: const Scaffold(
body: Column(
children: [
R_Container(
title: 'Md.Riad Rayhan',
subtitle: 'Software Engineer',
subtitle2: 'Abc company.ltd',
subtitle3: 'Remote Job',
subtitle4: 'Dhaka,Bangladesh',
imageUrl: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTU0sKK6aufgDha4BF_Yf-2DFmoBPlzYwyMw&usqp=CAU',
fbUrl: 'https://www.facebook.com/riad.rayhan.100',
callUrl: '01615573020',
mailUrl: 'riadrayhan.cse@gmail.com',
)
],
),
),
dependencies:
r_container: 1.0.2