Cookie Consent by Free Privacy Policy Generator ๐Ÿ“Œ Flutter: the first UI platform designed for ambient computing

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Flutter: the first UI platform designed for ambient computing


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: feedproxy.google.com

Posted by the Flutter team

Weโ€™re writing to you from Flutter Interact, our biggest Flutter event to date, where weโ€™re making a number of announcements about Flutter, including a new updated release and a series of partnerships that demonstrate our commitment to supporting the ever-growing ecosystem around Flutter.

From Device-centric to App-centric development

Our original release for Flutter was focused on helping you build apps that run on iOS and Android from a single codebase. But we want to go further.

We live in a world where internet-connected devices are pervading every area of our lives. Many of us transition throughout the day between multiple devices: phones, watches and other wearable devices, tablets, desktop or laptop computers, televisions and increasingly, smart displays such as the Google Nest Hub.

In this emerging world, the focus starts to move away from any individual device towards an environment where your services and software are available wherever you need them. We call this ambient computing, and itโ€™s core to our vision for Flutter: a portable toolkit for building beautiful experiences wherever you might want to paint pixels on the screen.

Flutter for ambient computing hero image

With Flutter, instead of being forced to start your app development by asking โ€œwhich device am I targeting?โ€, we want you to be able to begin by focusing on what you want to build. In this multi-device, multi-platform world, Flutter aims to provide a framework and tooling for creating user experiences without compromise on any device or form factor. The Dart-powered Flutter engine supports fast development with stateful hot reload, and fast performance in production with native compilation, whether it is running on mobile, desktop, web, or embedded devices.

If youโ€™re a startup, Flutter lets you test your idea on your total addressable market, rather than being forced to target just one user base due to a lack of resources. If youโ€™re a larger company, Flutter lets you consolidate your teamโ€™s resources onto shipping a single experience, reusing code across mobile, web and desktop as you see fit. Flutter is unique in supporting such a diversity of natively-compiled experiences from a single codebase.

Itโ€™s been great to see how Flutter has flourished in the short time since its initial release. Well over a million developers are already using Flutter for apps both large and small. In GitHubโ€™s 2019 State of the Octoverse report, Dart and Flutter ranked #1 and #2 for fastest-growing language and open source project respectively over the last twelve months, and Flutter is now one of the ten most starred software repos on their site. And in a recent analysis by LinkedIn, Flutter is described as โ€œthe fastest-growing skill among software engineersโ€.

The rest of this article talks about our progress towards this ambient computing vision, and specifically focuses on the announcements we made today to help designers and developers collaborate together on stunning visual experiences built with Flutter.

Flutter on mobile, desktop, and web

Today at Flutter Interact, we are announcing Flutter 1.12, our latest stable release of the Flutter framework. This latest quarterly release represents the work of hundreds of contributors from inside and outside Google, and brings new performance improvements, more control over adding Flutter content to existing apps, and updates to the Material and Cupertino libraries. We also have a new Google Fonts package that provides direct access to almost 1,000 open sourced font families, putting beautiful typography within reach in just a line of code. More information about whatโ€™s new in Flutter 1.12 can be found in our dedicated blog post on the Flutter Medium channel.

Google is increasingly using Flutter for mobile app development, thanks to the productivity benefits it offers for multiplatform development. At Interact, the Stadia team showcased their app, running on both iOS and Android from the same codebase and built with Flutter. Talking about their experiences, the team had this to say:

โ€œAs Stadia was initially investigating mobile, Flutter enabled us to prototype quickly, demonstrate gameplay on Android, and then staff one team to build our cross-platform experience without compromise. Weโ€™re delighted with the results and are continuing to build new features in Flutter.โ€

Stadia

Of course, many companies outside Google are also using Flutter for their app development. Splice provides a library of millions of sounds, loops, and presets that help musicians bring their ideas to life. When they decided to add a mobile app to supplement their existing desktop experience, they chose Flutter because, as they put it: โ€œSpeed to validate our product hypothesis was critical. We are a small team, so we needed a single solution that could deliver an equally great experience to all our users on iOS and Android.โ€

Within six weeks, they had built a prototype that validated their choice, and their new mobile experience is live in both the Apple Store and the Google Play Store:

mobile experience

Adding a mobile experience is already showing results, with a significant percentage of purchases now coming through their mobile app. And with Flutter providing consistency across multiple platforms, theyโ€™re now experimenting with bringing some of the same experiences into their desktop app.

On the subject of desktop, weโ€™ve made much progress with macOS support. For the first time, you can use the release mode to build a fully-optimized macOS application using Flutter, and weโ€™ve been working to expand the Material design system in Flutter to support apps that are designed for desktop-class form factors. More information on building for desktop can be found at flutter.dev/desktop.

Flutter gallery window

Lastly, weโ€™re delighted to announce the beta release of Flutterโ€™s web support, adding stability and maturity over the previews that we shipped earlier this year. Itโ€™s now possible to build and consume web plug-ins, enabling Flutter apps to take advantage of a growing ecosystem of Dart components for everything from Firebase to the latest web APIs. Since we announced our early adopter program a couple of months ago, weโ€™ve been working with customers like Journey to test web-based experiences with Flutter, and now weโ€™re ready for a broader set of developers to start building web content with Flutter. More information on Flutterโ€™s web support can be found at flutter.dev/web and at the companion blog article that was published today.

explore page

All this is possible thanks to Dart, the programming language and platform that powers Flutter across an array of ambient computing experiences. Dart is somewhat unique in offering develop-mode and release-mode toolchains for ARM, Intel, and JavaScript, enabling native compilation to almost any platform you could want to target. Today weโ€™re releasing Dart 2.7, which adds new capabilities to the Dart language including extension methods. You can find more information about these features on the Dart blog. Weโ€™ve also released an update to DartPad that allows users to not only edit Flutter code, but also to run it and view the rendered UI.

Flutter as a canvas for creative exploration

We focused our event this year primarily on the creative technologists, prototypers, interactive designers, and visual coders. A core motivation for building Flutter was that we donโ€™t think multi-platform development should require compromise on visual quality. We see Flutter as a canvas for creative expression and exploration, since it removes many of the restrictions that visually-oriented developers have often faced. Flutterโ€™s stateful hot reload feature makes it easy to make changes and see the results in real-time; and with every pixel drawn by Flutter, you can blend UI, graphical content, text and video with custom animations and transformations.

In preparing for this event, weโ€™ve been particularly inspired by the work of Robert Felker, a digital artist who has created a series of generative art explorations with Flutter that combine geometry, texture and light in stunning ways. We never envisioned Flutter being used to create images like this, but it speaks to the expressive power of Flutter, combined with artistic creativity, that the image on the right below is generated with less than 60 lines of Dart code:

Flutter art by digital artist Robert Felker

Today weโ€™re honored to be joined by several partners who are launching tools for designers to more fully participate in the creative process of building Flutter applications.

Supernova has integrated Flutter into their design and prototyping tool, with animation support, Material Design integration, and an updated interface designed for Flutter. They also announced a new browser-based tool, Supernova Cloud, which is built entirely with Flutterโ€™s web support.

Supernova app

Rive (previously 2Dimensions, who published the Flare graphics tool) announced that theyโ€™re consolidating their company name and product into one brand. They unveiled their new company and product name, Rive, as well as a number of new product features. Perhaps the most notable feature in Rive is support for importing Lottie files created with Adobe After Effects, enabling deeper integration of Flutter into existing workflows for animated content. Rive now supports real-time dynamic layering effects like drop shadows, inner shadows, glows, blurs, and masking.

Rive eliminates the need to recreate designs and animations in code, greatly simplifying the designer-to-developer handoff. This means that designers are free to iterate and make changes at any time. And because it outputs real assets that integrate directly with Flutter, not just MP4 videos or GIF images, Rive allows you to create sophisticated and dynamic interactions, game characters, animated icons, and onboarding screens.

Lastly, another big endorsement of Flutter as a canvas for creatives comes from Adobe, who are announcing Flutter support in Creative Cloud with a plugin that exports designs from Adobe XD into Flutter. Adobe XD, Adobeโ€™s user experience design platform, allows product design teams to design and prototype user experiences for mobile, web, desktop, and beyond. Instead of simply handing off design specs and leaving development teams to understand and interpret a designerโ€™s vision, the new XD-to-Flutter plugin automatically converts XD designs into code that is immediately usable as part of your Flutter application development.

Flutter support in Creative Cloud

The XD to Flutter plugin will be available as open source early next year. You can find out more about XD to Flutter and sign up for early access on Adobeโ€™s website. Weโ€™re thrilled to partner with Adobe; their pedigree in extensible design tooling will give product designers a huge head start in creating amazing Flutter experiences.

Conclusion

Flutter is at its heart an open source project. The value we derive for Google comes in part from the productivity gains realized by other product teams inside the company who use Flutter, but we build Flutter with you and for you, knowing that a larger ecosystem and community benefits us all. Our journey thus far has broadened from our original mobile-centric release to incorporate a wider range of form factors, and we continue to invest in designer and developer tools that increase both the productivity and the beauty of your finished application.

But what perhaps brings us the greatest satisfaction is when Flutter helps an individual turn their idea into a completed work that they can share with the world. The story in the below video of one family is a touching tribute to all those who have made Flutter possible, whether by contributing code, bug reports or fixes, or sharing knowledge with others in the community. Weโ€™re so grateful to be on this journey with you!

...



๐Ÿ“Œ Flutter: the first UI platform designed for ambient computing


๐Ÿ“ˆ 64.31 Punkte

๐Ÿ“Œ Flutter Performance, Flutter Games, Flutter Tooling, & More (#AskFlutter at Flutter Live)


๐Ÿ“ˆ 48.82 Punkte

๐Ÿ“Œ Origin of Flutter, Dart 2.0, E-Commerce with Flutter, & More (#AskFlutter at Flutter Live)


๐Ÿ“ˆ 36.62 Punkte

๐Ÿ“Œ Flutter news from GDD China: uniting Flutter on web and mobile, and introducing Flutter 1.9


๐Ÿ“ˆ 36.62 Punkte

๐Ÿ“Œ Google Maps for Flutter, Platform Channels, Mobile Ads, & More - #AskFlutter at Flutter Live


๐Ÿ“ˆ 30.83 Punkte

๐Ÿ“Œ Shark Tank's Robert Herjavec On AI, Ambient Computing, Cybersecurity, And Edward Snowden


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ Microsoft's Surface Roadmap Reportedly Includes Ambient Computing and a Modular All-in-One PC


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ What is ambient computing? Everything you need to know about the rise of invisible tech


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ Ambient computing has arrived: Here's what it looks like, in my house


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ Is The World Shifting To 'Ambient Computing'?


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ Ambient Computing mit Wear OS? Google รผbernimmt Smart Glass-Startup North โ€“ Focals wird eingestellt


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ Why 'Ambient Computing' Is Just A Marketing Buzzword -- For Now


๐Ÿ“ˆ 26.95 Punkte

๐Ÿ“Œ How to watch Qualcomm Snapdragon Summit 2023: Get a first look at the X Series platform designed to take on Apple


๐Ÿ“ˆ 25.16 Punkte

๐Ÿ“Œ Hamilton app built with Flutter and featured on iOS and Android (Flutter Developer Story)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Hamilton app built with Flutter and featured on iOS and Android (Flutter Developer Story)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ FLUTTER & DART โ€“ THE COMPLETE FLUTTER APP DEVELOPMENT COURSE


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Adding a Streams API to a Flutter Plugin - The Boring Flutter Development Show, Ep. 7.5


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Q&A and Tour of Flutter Samples Index - The Boring Flutter Development Show, Ep. 7.4


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ How to Publish a Flutter Package - The Boring Flutter Development Show, Ep. 7.3


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Alibaba used Flutter to build 50+ million user Xianyu app (Flutter Developer Story)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Publishing a Flutter App to the Play Store (The Boring Flutter Development Show, Ep. 8.4)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter's Search Support - The Boring Flutter Development Show


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Exploring Flutter Samples and Examples (The Boring Flutter Development Show, Ep. 11)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter Live - Flutter Announcements and Updates (Livestream)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter Design (Flutter Live)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter Design (Flutter Live)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Announcing Flutter 1.0 (Flutter Live)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Announcing Flutter 1.0 (Flutter Live)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter 1.0, Square Reader SDK, 2Dimensions Flare, & More! (Flutter Live Top 5 Recap)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter 1.0, Square Reader SDK, 2Dimensions Flare, & More! (Flutter Live Top 5 Recap)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter Development (Flutter Live)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Reverse Engineering a Flutter app by recompiling Flutter Engine


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter Hooks Tutorial: Flutter Animation Using Hooks (useEffect and useAnimationController)


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Explore, analyze, and gain valuable data & insights from reverse-engineered Flutter apps with Flutter-Spy


๐Ÿ“ˆ 24.41 Punkte

๐Ÿ“Œ Flutter 3.19 just released - Flutter News 2024 #7 สšั—ษž


๐Ÿ“ˆ 24.41 Punkte











matomo