How to use SVG picture in Flutter?

  Рет қаралды 7,918

Tech101

Tech101

Күн бұрын

Official Website:
www.tech101.co...
Connect with us
Facebook:
/ tech101nepal
Instagram:
/ tech101nepal
Twitter:
/ tech101nepal
Pinterest:
/ tech101nepal

Пікірлер: 8
@Mfbzai
@Mfbzai Жыл бұрын
Amazing. what is the difference between svg image and any image extension over flutter? Is there any advantage?
@Masda.X
@Masda.X 6 ай бұрын
yes there is advantage by using svg image since it does not lose quality after resizing app
@Mfbzai
@Mfbzai 6 ай бұрын
@@Masda.X However in flutter, the size of svg cannot be adaptive right?
@Masda.X
@Masda.X 6 ай бұрын
@@Mfbzai I am not sure, I will test and tell u
@Mfbzai
@Mfbzai 6 ай бұрын
@@Masda.X thanks brother
@Masda.X
@Masda.X 6 ай бұрын
@@Mfbzai i tested and seems it can be adaptive, in my particular case of usage, I added github icon which is svg asset on app bar and it scales well. me myself is beginner so may be there is other ways to achieve this as well, here is my code: `class Overlay extends StatelessWidget { final String githubSvgAssetName = 'assets/images/github.svg'; const Overlay({super.key}); @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( appBar: AppBar( title: const Text(''), actions: [ InkWell( onTap: () { // Handle Github SVG press }, onHover: (hovering) { // Handle hover effect }, child: Padding( padding: const EdgeInsets.all(0), child: Transform.scale( scale: 3, // Adjust the scale factor as needed child: SvgPicture.asset( githubSvgAssetName, semanticsLabel: 'Github Logo', ), ), ), ),`
@thinkstepbystep
@thinkstepbystep 8 ай бұрын
Thanks for the video
Learn to use Isolates in Flutter | Simplified
10:28
CodeX
Рет қаралды 29 М.
Add Images To Your App (TWO METHODS!) - Flutter Friday 5
5:35
Codemy.com
Рет қаралды 17 М.
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 9 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 11 МЛН
Это было очень близко...
00:10
Аришнев
Рет қаралды 2,3 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 79 МЛН
Provider 📱 Simple State Management • Flutter Tutorial
5:48
📱 EVERYTHING in Flutter is a Widget
40:53
Mitch Koko
Рет қаралды 18 М.
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 292 М.
We Built an App in 24 Hours [No Code]
11:56
Raw Startup
Рет қаралды 435 М.
How to implement Tween Animation in Flutter?
20:47
Tech101
Рет қаралды 281
Flutter vs React Native vs. Swift/Kotlin In 5 Minutes
5:20
Your Average Tech Bro
Рет қаралды 144 М.
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 9 МЛН