Jamal (@jamal_aol) 's Twitter Profile
Jamal

@jamal_aol

Software Developer ๐Ÿ“ฑ Flutter and NodeJs

ID: 1741871520002023424

linkhttp://github.com/jamal-o/ calendar_today01-01-2024 17:19:04

708 Tweet

45 Followers

127 Following

Fernando ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‡จ๐Ÿ‡ญ (@franc0fernand0) 's Twitter Profile Photo

Software engineering is such an addictive job. If you are making progress on a problem and have no distractions, it can be hard to put it down. You think about the problem in the back of your mind even when you stop.

Joe Muller (@bosonjoe) 's Twitter Profile Photo

Flutter ๐Ÿ’™ VS Code Probably one of my favorite extensions for improving the Flutter DX + Awesome code lenses + One click upgrades and flutter pub get

Flutter ๐Ÿ’™ VS Code

Probably one of my favorite extensions for improving the Flutter DX

+ Awesome code lenses
+ One click upgrades and flutter pub get
Emmanuel Onyeji (@thetechyxander) 's Twitter Profile Photo

Currently building an electronic health records MVP to store patients data as electronic documents. What it took: A problem statement from a medical practitioner, a post of linkedin and the drive to create something valuable. Is it done? No Can you anticipate, yeah. #health

Currently building an electronic health records MVP to store patients data as electronic documents. 

What it took: A problem statement from a medical practitioner, a post of linkedin and the drive to create something valuable.

Is it done? No 
Can you anticipate, yeah.
#health
Eric Seidel (@_eseidel) 's Twitter Profile Photo

Joe Muller This will compile the API_KEY into the app, from which it can be extracted. ๐Ÿคท๐Ÿผโ€โ™‚๏ธ FWIW, There isnโ€™t any way to hide secrets within a client app, only way is to bounce through a server.

Joe Muller (@bosonjoe) 's Twitter Profile Photo

As of v3.112.0 of the Dart VS Code extension you can cmd+click packages in pubspec and go directly to the pub page ๐Ÿคฏ

As of v3.112.0 of the Dart VS Code extension you can cmd+click packages in pubspec and go directly to the pub page ๐Ÿคฏ
Jamal (@jamal_aol) 's Twitter Profile Photo

Today I attended a virtual workshop hosted by Felix The GenZ HR, Not Nkwobi HR๐Ÿ‘จโ€๐Ÿ’ป at GenZ HR. I had such a great time! ๐Ÿ˜Š It was really engaging, and I picked up so many valuable tips for improving my job applications. Thanks a bunch for the amazing session! ๐Ÿ™Œ

Ben X (@benn_x1) 's Twitter Profile Photo

Itโ€™s easy to lose track of the progress youโ€™ve made when you compare yourself to others. Youโ€™d think youโ€™re not doing enough. Lifeโ€™s not fair and we donโ€™t all start at the same level.

@escamoteur@social.tchncs.de ๐Ÿ’™๐Ÿฆ„๐Ÿ”ด๐Ÿ’‰๐Ÿ’‰๐Ÿ’‰ (@thomasburkhartb) 's Twitter Profile Photo

My take on what good architecture for a #Flutter app looks like and why I don't think the recommendations of the Flutter docs should be followed blog.burkharts.net/practical-flutโ€ฆ Let's see if this reaches more #Flutter devs now that I have a premium account.

Joe Muller (@bosonjoe) 's Twitter Profile Photo

Flutter Tip ๐Ÿ’™ This is all it takes to get the coordinates and position of a widget on screen 1. Add a GlobalKey to the widget 2. Use the GlobalKey to find the RenderBox 3. Calculate size + position ๐Ÿ“

Flutter Tip ๐Ÿ’™

This is all it takes to get the coordinates and position of a widget on screen

1. Add a GlobalKey to the widget
2. Use the GlobalKey to find the RenderBox
3. Calculate size + position ๐Ÿ“
Jamal (@jamal_aol) 's Twitter Profile Photo

Why does the groupId of a Textfield default to EditableText? It took me some time to figure out why onTapOutside wasn't working ๐Ÿ˜ข