New post on Flutter Dev Google group:
How can I distinguish the difference between Controller and Builder?(newbie)
I read some document about AnimationController、PageController、StreamBuilder、FutureBuilder and so on. But I don't know how can I distinguish the difference between Controller and Builder. For example, AnimationController and PageController why do they all use "Controller" for suffix, it
February 19, 2021 at 10:56AM by 1F LI
https://ift.tt/2NGtmpO
How can I distinguish the difference between Controller and Builder?(newbie)
I read some document about AnimationController、PageController、StreamBuilder、FutureBuilder and so on. But I don't know how can I distinguish the difference between Controller and Builder. For example, AnimationController and PageController why do they all use "Controller" for suffix, it
February 19, 2021 at 10:56AM by 1F LI
https://ift.tt/2NGtmpO
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
crash using Isolate.spawnUri
The following crashes with UI actions are only available on root isolate
. I dont intend to do any ui actions just process some inputs.
February 19, 2021 at 11:07AM by Nydedrisean
https://ift.tt/3k3flhS
crash using Isolate.spawnUri
The following crashes with UI actions are only available on root isolate
. I dont intend to do any ui actions just process some inputs.
import 'dart:isolate';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
var response = ReceivePort();
var remote = Isolate.spawnUri(
Uri.parse('http://192.168.0.100/echo.dart'), ['foo'], response.sendPort);
remote.then((_) => response.first).then((msg) {
print("received: $msg");
});
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
),
home: Scaffold(
body: Text("aaaa"),
),
);
}
}
http://192.168.0.100/echo.dart (is accessible from emulator checked)import 'dart:isolate';
void main(List<String> args, SendPort replyTo) {
replyTo.send(args[0] + 'iis');
}
February 19, 2021 at 11:07AM by Nydedrisean
https://ift.tt/3k3flhS
reddit
crash using Isolate.spawnUri
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Is Flutter Worth Learning In 2021?
https://youtube.com/watch?v=BTxrKm8ssjw&feature=share
February 19, 2021 at 10:59AM by faizollah
https://ift.tt/3sbYADV
Is Flutter Worth Learning In 2021?
https://youtube.com/watch?v=BTxrKm8ssjw&feature=share
February 19, 2021 at 10:59AM by faizollah
https://ift.tt/3sbYADV
YouTube
Is Flutter Worth Learning In 2021?
Flutter is relatively a new platform based on dart language. The dart language has been around longer than flutter. Flutter put dart in the spotlight. It is important to know if this platform is worth time, money, and effort in 2021. In this video, we talk…
New post on /r/flutterdev subreddit:
VRouter
Check out vrouter, a routing system close to the one in Vue.js and based on Navigator 2.0On web or mobile, this will make your life easy for everything regarding routing and navigation. Have a look at vrouter.dev for more info.Do not hesitate to contribute or give your feedback!
February 19, 2021 at 10:39AM by Lulupointu
https://ift.tt/3bjgf67
VRouter
Check out vrouter, a routing system close to the one in Vue.js and based on Navigator 2.0On web or mobile, this will make your life easy for everything regarding routing and navigation. Have a look at vrouter.dev for more info.Do not hesitate to contribute or give your feedback!
February 19, 2021 at 10:39AM by Lulupointu
https://ift.tt/3bjgf67
Dart packages
vrouter | Flutter package
A navigation package that makes navigation and routing easy on every platform. Built on top of Navigator 2.
New post on /r/flutterdev subreddit:
App Feedback Thread - February 19, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 19, 2021 at 03:00PM by AutoModerator
https://ift.tt/3sa2ehW
App Feedback Thread - February 19, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 19, 2021 at 03:00PM by AutoModerator
https://ift.tt/3sa2ehW
reddit
App Feedback Thread - February 19, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
Flutter Tutorial E-Commerce App Using Strapi CMS - 1
https://www.youtube.com/watch?v=PNDRS9VlaSA
February 19, 2021 at 02:29PM by cybdom
https://ift.tt/3dtrgnS
Flutter Tutorial E-Commerce App Using Strapi CMS - 1
https://www.youtube.com/watch?v=PNDRS9VlaSA
February 19, 2021 at 02:29PM by cybdom
https://ift.tt/3dtrgnS
YouTube
Flutter Tutorial E-Commerce App Using Strapi CMS - 1
Source code: https://bit.ly/3pxdByr
Written tutorial: https://cybdom.tech/flutter-tutorial-e-commerce-app-using-strapi-cms-1/
Buy Me A Coffee: https://www.buymeacoffee.com/bi3cp0Zk5
Follow me on Twitter: https://twitter.com/cybdom
Hire me at: https://cybdom.tech/hire…
Written tutorial: https://cybdom.tech/flutter-tutorial-e-commerce-app-using-strapi-cms-1/
Buy Me A Coffee: https://www.buymeacoffee.com/bi3cp0Zk5
Follow me on Twitter: https://twitter.com/cybdom
Hire me at: https://cybdom.tech/hire…
New post on /r/flutterdev subreddit:
Flutter Tutorial: E-Commerce App Using Strapi CMS
https://ift.tt/3pzY54Y
February 19, 2021 at 02:28PM by cybdom
https://ift.tt/3puDCyw
Flutter Tutorial: E-Commerce App Using Strapi CMS
https://ift.tt/3pzY54Y
February 19, 2021 at 02:28PM by cybdom
https://ift.tt/3puDCyw
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: E-Commerce App Using Strapi CMS - 1
In this short series we will build a fully featured e-commerce app using Strapi CMS and even handle Payments using Stripe.
New post on /r/flutterdev subreddit:
Offline Speech Recognition in Flutter: Build a Voice-Controlled Flutter Clock App (Source code in comments)
https://ift.tt/2ZxiQUs
February 19, 2021 at 04:00PM by eonlav
https://ift.tt/3bm3nfl
Offline Speech Recognition in Flutter: Build a Voice-Controlled Flutter Clock App (Source code in comments)
https://ift.tt/2ZxiQUs
February 19, 2021 at 04:00PM by eonlav
https://ift.tt/3bm3nfl
Medium
Offline Speech Recognition in Flutter: No Siri, No Google, and No, It’s Not Speech-To-Text
I don’t have to tell you about the importance of hands-free mobile apps in the 21st century. What I do have to tell you is that it’s…
New tweet from FlutterDev:
📺 The #BoringShow is back! 📺
Join @filiphracek and @Fitzface for some paired programming as they discuss adaptive design and walk through the process of creating an adaptive app for various screen sizes and devices.
Watch for more 👉 https://t.co/yxCNKIyawr pic.twitter.com/mU15GgEbd1— Flutter (@FlutterDev) February 19, 2021
February 19, 2021 at 04:00PM
http://twitter.com/FlutterDev/status/1362778978818400258
📺 The #BoringShow is back! 📺
Join @filiphracek and @Fitzface for some paired programming as they discuss adaptive design and walk through the process of creating an adaptive app for various screen sizes and devices.
Watch for more 👉 https://t.co/yxCNKIyawr pic.twitter.com/mU15GgEbd1— Flutter (@FlutterDev) February 19, 2021
February 19, 2021 at 04:00PM
http://twitter.com/FlutterDev/status/1362778978818400258
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Any package that gives you this "waiting for content" widget?
https://ibb.co/N6f92FBI understand the way to implement it would be using a FutureBuilder, but do you know any package that gives these placeholders as waiting screens?
February 19, 2021 at 05:14PM by fcort
https://ift.tt/3k7DAM6
Any package that gives you this "waiting for content" widget?
https://ibb.co/N6f92FBI understand the way to implement it would be using a FutureBuilder, but do you know any package that gives these placeholders as waiting screens?
February 19, 2021 at 05:14PM by fcort
https://ift.tt/3k7DAM6
ImgBB
Screenshot-20210219-170931-Wallapop
Image Screenshot-20210219-170931-Wallapop hosted in ImgBB
New post on /r/flutterdev subreddit:
Send Email From Flutter Application | Attach html documents to email
https://ift.tt/3qCYWDd
February 19, 2021 at 04:24PM by rrtutors
https://ift.tt/3udPuZl
Send Email From Flutter Application | Attach html documents to email
https://ift.tt/3qCYWDd
February 19, 2021 at 04:24PM by rrtutors
https://ift.tt/3udPuZl
Rrtutors
Send Email From Flutter Application | Attach html documents to email
Sending email is one of the communication channel. We know Seding email from server, but sometimes we may get an option to send email form mobile application. In this post we are going to learn how to send email from flutter applciation through the default…
Check out this Meetup with Flutter Mumbai Community
https://meetu.ps/e/JM5Fs/GCtPn/d
https://meetu.ps/e/JM5Fs/GCtPn/d
Meetup
Coffee Talk with Flutter Mumbai
Sat, Feb 6, 2021, 4:00 PM: After a long break, going through lots of high and low, we are back again!!So yeah let's grab a coffee/tea and hang out virtually.Bring your topics and let's chat. It's not
New post on /r/flutterdev subreddit:
Sketching App Created with Flutter (without dropping frames) @ 60 FPS
https://www.youtube.com/watch?v=21ljOS_-0uY
February 19, 2021 at 05:56PM by jaycoding
https://ift.tt/37x85pD
Sketching App Created with Flutter (without dropping frames) @ 60 FPS
https://www.youtube.com/watch?v=21ljOS_-0uY
February 19, 2021 at 05:56PM by jaycoding
https://ift.tt/37x85pD
New post on /r/flutterdev subreddit:
Flutter Tutorial - Detect Battery Level & State (Johannes Milke)
https://www.youtube.com/watch?v=BSQpd_GBgBA
February 19, 2021 at 05:23PM by JohannesMilke
https://ift.tt/3duswaA
Flutter Tutorial - Detect Battery Level & State (Johannes Milke)
https://www.youtube.com/watch?v=BSQpd_GBgBA
February 19, 2021 at 05:23PM by JohannesMilke
https://ift.tt/3duswaA
YouTube
Flutter Tutorial - Detect Battery Level & State
Detect the current battery level and battery state of your phone in Flutter and also detect if your phone is currently charging.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
Source Code | https://gi…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
Source Code | https://gi…
New post on /r/flutterdev subreddit:
Flutter SVG to Custom Paint Converter | Flutter Shape Maker
https://youtu.be/U51GvNzBRSc
February 19, 2021 at 06:49PM by Paras_Jain_09
https://ift.tt/3k4y4cY
Flutter SVG to Custom Paint Converter | Flutter Shape Maker
https://youtu.be/U51GvNzBRSc
February 19, 2021 at 06:49PM by Paras_Jain_09
https://ift.tt/3k4y4cY
YouTube
Flutter SVG to Custom Paint Converter | Flutter Shape Maker | Flutter UI Design Tutorial
#flutter #custompaint #shapemaker
In this Flutter UI Design Tutorial, I am Introducing a new Flutter SVG Converter Tool to convert SVGs to Custom Paint Code in a matter of seconds. Custom Paint code can be dynamically altered from within the Flutter apps…
In this Flutter UI Design Tutorial, I am Introducing a new Flutter SVG Converter Tool to convert SVGs to Custom Paint Code in a matter of seconds. Custom Paint code can be dynamically altered from within the Flutter apps…
New post on Flutter Dev Google group:
Can any one help me the e-commerce applications and enterprise apps usinggg flutter riverpod State management
Hi, Can any one help me the e-commerce applications and enterprise apps using flutter riverpod State management and bloc pattern. Thanks Shravan Kumar
February 19, 2021 at 07:25PM by shravan kumar Pottala
https://ift.tt/3s6sMAz
Can any one help me the e-commerce applications and enterprise apps usinggg flutter riverpod State management
Hi, Can any one help me the e-commerce applications and enterprise apps using flutter riverpod State management and bloc pattern. Thanks Shravan Kumar
February 19, 2021 at 07:25PM by shravan kumar Pottala
https://ift.tt/3s6sMAz
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New tweet from FlutterDev:
🍲 Get a Michelin star with a taste of what's cooking for #FlutterEngage!
Cook up some special effects recipes & make your Flutter app sizzle. This first Effects recipe shows you how to create an expandable FAB, stay tuned for more!
😋 Prep → https://t.co/p9OwTaP9hz pic.twitter.com/Kn3rDnUSmK— Flutter (@FlutterDev) February 19, 2021
February 19, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1362839396123295754
🍲 Get a Michelin star with a taste of what's cooking for #FlutterEngage!
Cook up some special effects recipes & make your Flutter app sizzle. This first Effects recipe shows you how to create an expandable FAB, stay tuned for more!
😋 Prep → https://t.co/p9OwTaP9hz pic.twitter.com/Kn3rDnUSmK— Flutter (@FlutterDev) February 19, 2021
February 19, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1362839396123295754
Twitter
#flutterengage hashtag on Twitter
See Tweets about #flutterengage on Twitter. See what people are saying and join the conversation.
New post on Flutter Dev Google group:
How can I go back to first view in pageview when I go to a different tab from navigation rail widget?
Hello, I have a navigation rail widget that I use to go to different tabs in my app and on a certain tab I have a page view. In the page view I have a carousal. When I go to a different tab the page view page stays the same( ex. If I go to page 2, go to another tab, than come back to the tab with
February 19, 2021 at 09:05PM by Scott J
https://ift.tt/2ZwLVPP
How can I go back to first view in pageview when I go to a different tab from navigation rail widget?
Hello, I have a navigation rail widget that I use to go to different tabs in my app and on a certain tab I have a page view. In the page view I have a carousal. When I go to a different tab the page view page stays the same( ex. If I go to page 2, go to another tab, than come back to the tab with
February 19, 2021 at 09:05PM by Scott J
https://ift.tt/2ZwLVPP
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to have multiple GestureDetector inside of each other and get all events
https://ift.tt/3qDWCfh
February 19, 2021 at 11:07PM by danielgomez22
https://ift.tt/3sblv2e
How to have multiple GestureDetector inside of each other and get all events
https://ift.tt/3qDWCfh
February 19, 2021 at 11:07PM by danielgomez22
https://ift.tt/3sblv2e
Stack Overflow
How to wrap GestureDetector with another GestureDetector and get events everywhere
If I have a GestureDetector that have an internal GestureDetector how can I setup it so that both detectors receive the click event?
You can see the running code here:
https://dartpad.dev/
You can see the running code here:
https://dartpad.dev/
New tweet from FlutterDev:
109 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
* google_fonts
* firebase_storage
* camera
* flutter_signin_button
* background_fetch
This takes us to 922 null-safe packages. https://t.co/VM6EXGvoOg— Dart Language (@dart_lang) February 19, 2021
February 19, 2021 at 11:00PM
http://twitter.com/FlutterDev/status/1362884668614410240
109 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
* google_fonts
* firebase_storage
* camera
* flutter_signin_button
* background_fetch
This takes us to 922 null-safe packages. https://t.co/VM6EXGvoOg— Dart Language (@dart_lang) February 19, 2021
February 19, 2021 at 11:00PM
http://twitter.com/FlutterDev/status/1362884668614410240
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
Lite Editor
Has anyone ever used the LITE editor when developing a Flutter project?If so, what did you think of it? Any particular things you didn't like at all?I use the emulator with MSCODE right now. --thx
February 20, 2021 at 12:10AM by fabrisimo
https://ift.tt/3aANYbM
Lite Editor
Has anyone ever used the LITE editor when developing a Flutter project?If so, what did you think of it? Any particular things you didn't like at all?I use the emulator with MSCODE right now. --thx
February 20, 2021 at 12:10AM by fabrisimo
https://ift.tt/3aANYbM
reddit
Lite Editor
Has anyone ever used the LITE editor when developing a Flutter project? If so, what did you think of it? Any particular things you didn't like at...