Txioak
- Txioak, uneko orria.
- Txioak eta erantzunak
- Media
@FlutterDev blokeatu duzu
Ziur zaude txio hauek ikusi nahi dituzula? Txioak ikusteak ez du @FlutterDev desblokeatuko.
-
Finkatutako Txioa
1.20 Release: Flutter's biggest release yet!
Performance improvements, mobile autofill, a new widget, and more!
Thank you community contributors!
Read ↓https://goo.gle/3fAosCJ Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin
-
Ready, set, go!
At Flutter, we have a need for speed. Check out our performance improvements for the second half of 2019 to see how we’re keeping pace.
Read our newest blog ↓https://goo.gle/3kju1ZU Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
That verified and fixed feeling!
Join @filiphracek and@Fitzface as they discuss debugging, including the debugger, breakpoints, stack frames, assertions, and more! Tune into The#BoringShow and find your bug → http://goo.gle/33FGwcF pic.twitter.com/gJHFhM1Q7kMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Thanks for helping us test what's coming!
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
We have tracking bugs for work on both iOS 14 and Xcode 12, and you can find them here: * https://github.com/flutter/flutter/issues/60133 … * https://github.com/flutter/flutter/issues/61047 …
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Once again, the crash only happens in debug mode, and only when you're opening from the home screen on a physical iOS 14 device.
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
When installing a debug version on a physical iOS 14 device (using `flutter run`), then disconnecting, then opening from the home screen, the app crashes. Solution: Use `flutter run --release` to be able to start the app from the home screen. Issue here: https://goo.gle/3kdaMBg
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Just to be clear: this only happens in debug mode. Your users will not see this message. Only the debug version of your app needs to access the local network.
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
When starting your app for the first time in debug mode, iOS 14 asks to allow local network connections. If you don't allow them, important debug functions (such as hot reload) will not work. Solution: tap OK Issue here: https://goo.gle/33xuQIF pic.twitter.com/x7FoNFC785
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
iOS 14, the new version of Apple's mobile operating system, is coming. As it's not yet stable, we don't fully support it yet. But we have some tips to get you up and running — assuming you don't mind being on the leading edge.
Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Get more @AdobeXD x@FlutterDev! The@AdobeXD Enterprise team hosts a live chat to learn more about the Flutter XD plugin. Join Will Larche from the@FlutterDev Product team, as well as@gskinner, the creator of the Flutter XD plugin! Watch here ↓http://goo.gle/3a0vOhVMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Summer is the best time to learn!
Join host @gdgbrno for#FlutteronAir, a@GDG online conference, on Aug 12th.@filiphracek and@JoseNicolasAlba will be joining from the Flutter team. Connect with Flutter devs and improve your skills. Register here → http://goo.gle/2Xw5reR pic.twitter.com/J3CPZxjhQj
Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
The name "GPU thread" had been confusing for Flutter developers, so we changed it. GPU thread doesn't actually run on the GPU, it rasterizes _for_ the GPU. The new name is: raster thread. All docs have been updated. More here ↓https://goo.gle/33koRqN
Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Flutter(e)k Bertxiotua
We're super excited to announce our speakers for Byteconf Flutter, a free live-streamed
@flutterdev conference, taking place on August 14th, 2020! Learn more about our speakers below, and RSVP for your free ticket
#flutterdev#askflutterhttps://www.bytesized.xyz/announcing-our-first-set-of-speakers-for-our-free-remote-flutter-conference/ …Erakutsi hariaMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Find out how Flutter uses GitHub and how you can benefit.
How are we dealing with issues filed?
Changes to support project growth.
Helpful tips for filing issues to maximize value.
Flutter’s triage process.
Read @kf6gpe's article ↓https://goo.gle/2BKoB8SMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
It's
#FlutterFriday and we've got a helpful tip! Want more static checking than@dart_lang provides by default?
Use package:meta and its annotations like @required, @visibleForTesting or@immutable. Get more info here → http://pub.dev/packages/meta pic.twitter.com/P0UzDfUrpZ
Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Flutter(e)k Bertxiotua
Nothing says Flutter talk quite like "What's the best way to do State?"https://www.youtube.com/watch?v=EWWgF4eK4Gg …
Milesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Learn how to solve your layout issues using the Flutter Inspector.
Flutter Inspector is your best friend when dealing with layout issues.
Happy debugging!
Read @ktjlee1's article here ↓https://goo.gle/2D9jCitMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin -
Enums with Extensions in
@dart_lang! Integrating enums and extension methods has made developing in Flutter easier.
Cleaner code.
Read @JoseNicolasAlba's article here ↓https://goo.gle/2CUutgCMilesker. Twitterrek zure denbora lerroa hobetzeko erabiliko du hau. DeseginDesegin
Badirudi kargak luze hartuko duela.
Baliteke Twitterren kapazitatez gaindi egotea edo momentuko gainkarga bat izatea. Berriro saiatu edo Twitterren Egoera ikusi informazio gehiagorako.
Another great