#100daysofflutter 검색 결과
💻 Day 3 of my Flutter Journey! Flutter is an open-source UI framework from Google that lets you build multi-platform apps from a single codebase. I’m excited to share my progress here as I build and learn in public. 🚀 #100daysofflutter #buildinpublic #mobiledev #dartlang

Day 36 1/8/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • Builder • ClipPath github.com/AhmedHassanHam…
Day 43 1/15/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • GridView • SwitchListTile github.com/AhmedHassanHam…

Day 41 1/13/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • InteractiveViewer github.com/AhmedHassanHam…
Day 45 1/18/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • Device_info • ImageFiltered • PhysicalModel github.com/AhmedHassanHam…

Day 40 1/12/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • AboutDialog github.com/AhmedHassanHam…
Day 29 1/1/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • AlertDialog • AnimatedCrossFade github.com/AhmedHassanHam…
Day 100 of 100 Finally made it 💯 days 🎉🎊 Today I wrapped petit up and bid farewell as I wrote the README docs This was fun and I'll probably start another challenge soon, maybe it'll be DSA next time #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev


Day 99 of 100 Today I tried different image formats to know what works and what doesn't. I found out it supports png, webp, jpeg, jpg, heic, and heif formats. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Hey #FlutterDevs, Did you know that you can allow an instance of your Dart class to be called like a function? 🤔 🧵👇 #100daysofflutter #Flutter #day89 @FlutterDev

Day 82 of 100. I did a lot of setup today. I added dependencies for flutter_svg, icons_launcher, get_it, flutter_super, flutter_image_compress, image_picker, and gallery_saver_plus. I also added some of the folders and a button. #flutter #100DaysOfCode #100DaysOfFlutter

Day 81 of 100 Less than 20 days to go, so I started a smaller project - An image compression app. I think itll be fun working with local storage. Today I created the empty Flutter project. #flutter #100DaysOfCode #100DaysOfFlutter

Day 86 of 100 I have made UI changes today But most importantly, I created a class called image data. The image data contains the resolution, quality, and image file. The images in viewmodel is now a list of image data instead of file #flutter #100DaysOfCode #100DaysOfFlutter

Day 85 of 100 Today's update is a short one. I went back to the previous project (Habitar) and I changed the way the notification id is generated. It is now the same week and time used to create the notification itself. #flutter #100DaysOfCode #100DaysOfFlutter

Day 95 of 100 On Flutter's YouTube channel, I saw a new CarouselView like the one Google photos uses. Today I tried implementing it but the weighted constructor isn't available so I revered all changes #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 94 of 100 I finally fixed the cancel button. I used CancelableCompleter and passed the value to the compress function Then I added an if statement to check if it has been cancelled before compressing #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 97 of 100 I realised I made a mistake yesterday. The carousel progress indicator is very ugly with a lot of pictures So I'm going back to the numbered index, but I'm putting it under the images now #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev


Day 96 of 100 I wanted to optimise the compression logic today, but I really wanted to retry the new weighted carousel. I still didn't get it but I tried to replicate it with moderate success #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev
Day 30 1/2/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • DraggableScrollableSheet github.com/AhmedHassanHam…
Day 91 of 100 I tried cancelling a compression. I added CancelableOperation and async packages. I can cancel successfully, but it still fails because the fumction to compress is a Future and not a cancelable Function. #flutter #100DaysOfCode #100DaysOfFlutter

Day 90 of 100 Today I added a couple UI changes. The major one was that I added an index counter on top the image. #flutter #100DaysOfCode #100DaysOfFlutter

Day 93 of 100 I was preoccupied for most of today so I didn't have time to do anything much. I just updated the welcome message. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 91 of 100 I tried cancelling a compression. I added CancelableOperation and async packages. I can cancel successfully, but it still fails because the fumction to compress is a Future and not a cancelable Function. #flutter #100DaysOfCode #100DaysOfFlutter

Day 90 of 100 Today I added a couple UI changes. The major one was that I added an index counter on top the image. #flutter #100DaysOfCode #100DaysOfFlutter

Day 89 of 100 - I fixed the rotation issue with heic and heif - I added a global quality slider as an option to set the quality for all images at once - And I set the carouse to autoplay #flutter #100DaysOfCode #100DaysOfFlutter

💻 Day 3 of my Flutter Journey! Flutter is an open-source UI framework from Google that lets you build multi-platform apps from a single codebase. I’m excited to share my progress here as I build and learn in public. 🚀 #100daysofflutter #buildinpublic #mobiledev #dartlang

Day 100 of 100 Finally made it 💯 days 🎉🎊 Today I wrapped petit up and bid farewell as I wrote the README docs This was fun and I'll probably start another challenge soon, maybe it'll be DSA next time #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev


Day 99 of 100 Today I tried different image formats to know what works and what doesn't. I found out it supports png, webp, jpeg, jpg, heic, and heif formats. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 99 of 100 Today I tried different image formats to know what works and what doesn't. I found out it supports png, webp, jpeg, jpg, heic, and heif formats. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 98 of 100 I added cache height to the image widget and now it caches the images instead of reloading and it's so much faster🥳. I also optimised the way I get the image details from image picker. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev
Day 98 of 100 I added cache height to the image widget and now it caches the images instead of reloading and it's so much faster🥳. I also optimised the way I get the image details from image picker. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev
Day 97 of 100 I realised I made a mistake yesterday. The carousel progress indicator is very ugly with a lot of pictures So I'm going back to the numbered index, but I'm putting it under the images now #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev


Day 97 of 100 I realised I made a mistake yesterday. The carousel progress indicator is very ugly with a lot of pictures So I'm going back to the numbered index, but I'm putting it under the images now #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev


Day 96 of 100 I wanted to optimise the compression logic today, but I really wanted to retry the new weighted carousel. I still didn't get it but I tried to replicate it with moderate success #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev
Day 96 of 100 I wanted to optimise the compression logic today, but I really wanted to retry the new weighted carousel. I still didn't get it but I tried to replicate it with moderate success #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev
Day 95 of 100 On Flutter's YouTube channel, I saw a new CarouselView like the one Google photos uses. Today I tried implementing it but the weighted constructor isn't available so I revered all changes #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 95 of 100 On Flutter's YouTube channel, I saw a new CarouselView like the one Google photos uses. Today I tried implementing it but the weighted constructor isn't available so I revered all changes #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 94 of 100 I finally fixed the cancel button. I used CancelableCompleter and passed the value to the compress function Then I added an if statement to check if it has been cancelled before compressing #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 94 of 100 I finally fixed the cancel button. I used CancelableCompleter and passed the value to the compress function Then I added an if statement to check if it has been cancelled before compressing #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 93 of 100 I was preoccupied for most of today so I didn't have time to do anything much. I just updated the welcome message. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 93 of 100 I was preoccupied for most of today so I didn't have time to do anything much. I just updated the welcome message. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 91 of 100 I tried cancelling a compression. I added CancelableOperation and async packages. I can cancel successfully, but it still fails because the fumction to compress is a Future and not a cancelable Function. #flutter #100DaysOfCode #100DaysOfFlutter

Day 92 of 100 I am puting the CancelableOperation on the backburner for now. Today I tried to optimise and got a bad state error. I tried to fix it and I just gave up. I ended up reverting the changes. #flutter #100DaysOfCode #100DaysOfFlutter #consistency #flutter #MobileDev

Day 91 of 100 I tried cancelling a compression. I added CancelableOperation and async packages. I can cancel successfully, but it still fails because the fumction to compress is a Future and not a cancelable Function. #flutter #100DaysOfCode #100DaysOfFlutter

Day 91 of 100 I tried cancelling a compression. I added CancelableOperation and async packages. I can cancel successfully, but it still fails because the fumction to compress is a Future and not a cancelable Function. #flutter #100DaysOfCode #100DaysOfFlutter

Day 90 of 100 Today I added a couple UI changes. The major one was that I added an index counter on top the image. #flutter #100DaysOfCode #100DaysOfFlutter

Day 90 of 100 Today I added a couple UI changes. The major one was that I added an index counter on top the image. #flutter #100DaysOfCode #100DaysOfFlutter

Day 89 of 100 - I fixed the rotation issue with heic and heif - I added a global quality slider as an option to set the quality for all images at once - And I set the carouse to autoplay #flutter #100DaysOfCode #100DaysOfFlutter

Day 89 of 100 - I fixed the rotation issue with heic and heif - I added a global quality slider as an option to set the quality for all images at once - And I set the carouse to autoplay #flutter #100DaysOfCode #100DaysOfFlutter

Day 88 of 100 Today I worked on so much that Twitter's character count will not be enough, so I'll do a thread. - I added a carousel for the images - I added a progress indicator - I used heif_converter_plus to convert heif and heic to jpg so they can be compressed
- I added a quaity slider - And so many minor code changes. But I noticed heic and heif images are still not processed well. The package tends to rotate then 90 degrees so I'll fix that later. #flutter #100DaysOfCode #100DaysOfFlutter
Day 87 of 100 Yesterday I forgot to mention that I swapped out file_picker for image_picker. Today I found out compression only works on jpg. So for other formats (except heic), I decoded the image, encoded as jpg, and then compressed. #flutter #100DaysOfCode #100DaysOfFlutter
Day 86 of 100 I have made UI changes today But most importantly, I created a class called image data. The image data contains the resolution, quality, and image file. The images in viewmodel is now a list of image data instead of file #flutter #100DaysOfCode #100DaysOfFlutter

Day 86 of 100 I have made UI changes today But most importantly, I created a class called image data. The image data contains the resolution, quality, and image file. The images in viewmodel is now a list of image data instead of file #flutter #100DaysOfCode #100DaysOfFlutter

Day 85 of 100 Today's update is a short one. I went back to the previous project (Habitar) and I changed the way the notification id is generated. It is now the same week and time used to create the notification itself. #flutter #100DaysOfCode #100DaysOfFlutter

Day 85 of 100 Today's update is a short one. I went back to the previous project (Habitar) and I changed the way the notification id is generated. It is now the same week and time used to create the notification itself. #flutter #100DaysOfCode #100DaysOfFlutter

Day 84 of 100 Today I added the viewmodel and a listview for the images. I also splited the compression with the image selection. #flutter #100DaysOfCode #100DaysOfFlutter
Day 84 of 100 Today I added the viewmodel and a listview for the images. I also splited the compression with the image selection. #flutter #100DaysOfCode #100DaysOfFlutter
Day 83 of 100 Today I implemented the file picker and file compression. I only tested the single file picker, and I still haven't thought of a UI for the app. I compress an image from 7.4MB to 567kb. With 50% resolution and 90% quality #flutter #100DaysOfCode #100DaysOfFlutter
Day 83 of 100 Today I implemented the file picker and file compression. I only tested the single file picker, and I still haven't thought of a UI for the app. I compress an image from 7.4MB to 567kb. With 50% resolution and 90% quality #flutter #100DaysOfCode #100DaysOfFlutter
Day 82 of 100. I did a lot of setup today. I added dependencies for flutter_svg, icons_launcher, get_it, flutter_super, flutter_image_compress, image_picker, and gallery_saver_plus. I also added some of the folders and a button. #flutter #100DaysOfCode #100DaysOfFlutter

Day 82 of 100. I did a lot of setup today. I added dependencies for flutter_svg, icons_launcher, get_it, flutter_super, flutter_image_compress, image_picker, and gallery_saver_plus. I also added some of the folders and a button. #flutter #100DaysOfCode #100DaysOfFlutter

Day 81 of 100 Less than 20 days to go, so I started a smaller project - An image compression app. I think itll be fun working with local storage. Today I created the empty Flutter project. #flutter #100DaysOfCode #100DaysOfFlutter

Day 5: Life Cycle Methods of Stateful Widget #100daysofFlutter #100DaysOfCode #Flutter #FlutterDev #FlutterUI #FlutterLove #FlutterApps #FlutterWeb #FlutterCommunity #FlutterMobile #FlutterAnimation #FlutterExpert

Day 45 1/18/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • Device_info • ImageFiltered • PhysicalModel github.com/AhmedHassanHam…

Day 43 1/15/2023 #100DaysOfFlutter #100DaysOfCode #100DaysOfX • GridView • SwitchListTile github.com/AhmedHassanHam…

Hey #FlutterDevs, You have used 𝗥𝗼𝘄𝘀 and 𝗖𝗼𝗹𝘂𝗺𝗻𝘀 to create UI’s in your 𝗙𝗹𝘂𝘁𝘁𝗲𝗿 𝗔𝗽𝗽. But did you know you can take your code 𝗼𝗻𝗲 𝗹𝗲𝘃𝗲𝗹 𝘂𝗽 by using one package? 😉 🧵👇 #100daysofflutter #Flutter #day88 @FlutterDev

Hey #FlutterDevs, Did you know that you can allow an instance of your Dart class to be called like a function? 🤔 🧵👇 #100daysofflutter #Flutter #day89 @FlutterDev

Hey #FlutterDevs, Have you ever created a dart project which runs inside the terminal?🤔 Today I’m going to share a package that can take your project to one level ahead. #100daysofflutter #Flutter #day93 @FlutterDev

Hey #FlutterDevs, Have you implemented a functionality where you have to secure your app by using biometrics security? Today I’m gonna share a package that does the same. #100daysofflutter #Flutter #day98 @FlutterDev

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 89.5K posts
- 2. Jake Moody 13.8K posts
- 3. Snell 24.6K posts
- 4. Caleb 48.9K posts
- 5. Bills 142K posts
- 6. Falcons 51.5K posts
- 7. Happy Birthday Charlie Kirk 5,308 posts
- 8. phil 178K posts
- 9. Josh Allen 26.7K posts
- 10. #BearDown 2,389 posts
- 11. Jayden 22.9K posts
- 12. Joji 30.6K posts
- 13. Swift 289K posts
- 14. Ben Johnson 4,437 posts
- 15. Troy Aikman 6,590 posts
- 16. #Dodgers 15.4K posts
- 17. Turang 4,348 posts
- 18. Roki 6,033 posts
- 19. Bijan 33.1K posts
- 20. #BeckyEntertainment 103K posts