Post Your YouTube videos on Flutter Net

Flutter YouTube post

Did you know, that you can easily post your YouTube videos or channels on Flutter net ?

Yes, we have a separate forum category for this.

Just register on forum and make your content available for all our forum users.

Use the following link to post and view YouTube videos: https://flutter-net.com/community/youtube-flutter-resources/

Googl luck and happy coding and watching 🙂

appEnhancer – Free App Reviews Exchange Service

appEnhancer logo

Get feedback on your apps from peer developers directly in Google Play or the App Store. Getting a constant flow of positive reviews is a crucial factor in making your apps rank higher in the store charts and become more visible.

It’s working as rating exchange service. Register on site and add your apps from Google Play and/or Appstore.

Write a reviews on other developers apps to collect points. Each point is one review for your app.

Notice that you can write reviews only from you mobile browser.

Good luck and more positive reviews !

https://www.appenhancer.com/auth/signup/?af=BP5qa9pxw19VEDNd

Ubuntu Makes Flutter ‘Default Choice’ for Future Desktop Apps

Flutter is the default choice for future mobile and desktop apps created by Canonical.

Google’s open-source and cross-platform UI making framework continues to grow in popularity, particularly among web devs looking for an easy “in” to mobile and desktop app development.

Flutter is underpinned by the Dart programming language, but the desktop SDK (which is now available as a stable release) means there’s plenty of support for crafting pseudo-native software that integrates with the underlying desktop OS. 

Or at least, that’s the theory.

Canonical is a vocal supporter of Flutter. It worked with Google to bring the Flutter SDK to Linux desktops via the Snap Store, and plans to create a new Ubuntu installer using the tech.

Now it’s confirmed it’s going all in!

Meet our new partner – O’Reilly

o'reilly logo

Today we’ve received an acceptance letter from O’Reilly, so we are in partnership now. Stay connected – we are adding all the Flutter and Dart related content (there are thousands of items on their site).

O’Reilly Media (formerly O’Reilly & Associates) is an American learning company established by Tim O’Reilly that publishes books, produces tech conferences, and provides an online learning platform. Their distinctive brand features a woodcut of an animal on many of their book covers.

Flutter version 1.20 breaking iOS builds.

Cannot compile (build some of my Flutter projects) after upgrading to version 1.20.

Some of the external dart packages cannot build (Google ones also).

Error launching application on iPhone 11.
Error output from Xcode build:

** BUILD FAILED **

Xcode's output:

ld: framework not found flutter_plugin_android_lifecycle
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description

So don’t upgrade to 1.20 before this bug will be fixed !!!

See the original issue we’ve made here:

https://github.com/flutter/flutter/issues/63220