New post on /r/flutterdev subreddit:
How much memory takes a List with 1M Offsets?
TIA!
June 27, 2020 at 06:13AM by 2reform
https://ift.tt/3i8Jc75
How much memory takes a List with 1M Offsets?
TIA!
June 27, 2020 at 06:13AM by 2reform
https://ift.tt/3i8Jc75
reddit
How much memory takes a List with 1M Offsets?
TIA!
New post on /r/flutterdev subreddit:
Ultimate Guide for Native Ads (iOS & Android Platform) in Flutter
https://youtu.be/s04iBjIFTRg
June 27, 2020 at 06:34AM by sagarshende
https://ift.tt/38gNuoN
Ultimate Guide for Native Ads (iOS & Android Platform) in Flutter
https://youtu.be/s04iBjIFTRg
June 27, 2020 at 06:34AM by sagarshende
https://ift.tt/38gNuoN
YouTube
Ultimate Guide for Native Ads (iOS & Android Platform) in Flutter
the ultimate guide for how to add Native Ads in the Android & iOS Platform for Flutter App iOS Platform is Also Supported By Flutter_native_admob. Ads will h...
New post on Flutter Dev Google group:
To change app bar icon dynamically according to sms received
Hi... I'm doing an app in which it needs to change the appbar icon according to the SMS received. I have used the SMS package to receive SMS and it is working. Now I want to change appbar icon according to received SMS. For example: if the SMS received is "On", The appbar icon needs to change to
June 27, 2020 at 07:12AM by Abinavan Nagendran
https://ift.tt/31nEsF0
To change app bar icon dynamically according to sms received
Hi... I'm doing an app in which it needs to change the appbar icon according to the SMS received. I have used the SMS package to receive SMS and it is working. Now I want to change appbar icon according to received SMS. For example: if the SMS received is "On", The appbar icon needs to change to
June 27, 2020 at 07:12AM by Abinavan Nagendran
https://ift.tt/31nEsF0
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 Flutter Dev Google group:
delayed using afterbuild methods
after finished building my ListView i want to compare the result , and change to next page. buat it got delayed, and only executes after I pressed back button on my device..( or such). why ? @override Widget build(BuildContext context) { final MyAuth someVar = ModalRoute.of(context).settings
June 27, 2020 at 08:07AM by Bambang Soetanto
https://ift.tt/3dBFaAP
delayed using afterbuild methods
after finished building my ListView i want to compare the result , and change to next page. buat it got delayed, and only executes after I pressed back button on my device..( or such). why ? @override Widget build(BuildContext context) { final MyAuth someVar = ModalRoute.of(context).settings
June 27, 2020 at 08:07AM by Bambang Soetanto
https://ift.tt/3dBFaAP
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:
About Provider and Riverpod
Will Riverpod completely replace Provider when it is ready? Or is riverpod an experiment which will be merged into provider when its ready/I was looking at its website and looks much better, especially not needing build context to access state
June 27, 2020 at 08:56AM by pyboy10000
https://ift.tt/3g5RFGi
About Provider and Riverpod
Will Riverpod completely replace Provider when it is ready? Or is riverpod an experiment which will be merged into provider when its ready/I was looking at its website and looks much better, especially not needing build context to access state
June 27, 2020 at 08:56AM by pyboy10000
https://ift.tt/3g5RFGi
reddit
About Provider and Riverpod
Will Riverpod completely replace Provider when it is ready? Or is riverpod an experiment which will be merged into provider when its ready/ I...
New post on /r/flutterdev subreddit:
Flutter desktop for Linux on Dev channel - Channel dev, 1.20.0-2.0.pre
Maybe old news, I upgraded earlier on and I now have a third device, Linux,my dev channel is running - Flutter (Channel dev, 1.20.0-2.0.pre, on Linuxgreat to see linux desktop have made it to the dev channel,I wonder if windows is also now on the dev channel.
June 27, 2020 at 12:35PM by sebe42
https://ift.tt/2BGkKtk
Flutter desktop for Linux on Dev channel - Channel dev, 1.20.0-2.0.pre
Maybe old news, I upgraded earlier on and I now have a third device, Linux,my dev channel is running - Flutter (Channel dev, 1.20.0-2.0.pre, on Linuxgreat to see linux desktop have made it to the dev channel,I wonder if windows is also now on the dev channel.
flutter devices
3 connected devices:
Linux desktop • linux • linux-x64 • Linux
Web Server • web-server • web-javascript • Flutter Tools
Chrome • chrome • web-javascript • Google Chrome 83.0.4103.116
June 27, 2020 at 12:35PM by sebe42
https://ift.tt/2BGkKtk
reddit
Flutter desktop for Linux on Dev channel - Channel dev, 1.20.0-2.0.pre
Maybe old news, I upgraded earlier on and I now have a third device, Linux, my dev channel is running - Flutter (Channel dev, 1.20.0-2.0.pre, on...
Flutter Day India will take place on June 27, 2020, at 10 am IST. We’ve invited Flutter experts from around the world to answer your questions and speak with you about various topics throughout this event.
More Details About Flutter Day India https://flutterindia.dev/#/
We will be Streaming on our YouTube Channel: https://www.youtube.com/flutterindia
Use #AskFlutterIndia to ask any questions related to new features and updates on Flutter!!
Hashtags and Tags for Flutter Day India:
#FlutterDayIndia #FlutterIndia #Flutter @IndiaFlutter
Connect with Flutter India:
Twitter: https://twitter.com/IndiaFlutter
Slack: https://bit.ly/2zFMmOq
Facebook: https://www.facebook.com/IndiaFlutter
LinkedIn: https://www.linkedin.com/company/flutterindia/
More Details About Flutter Day India https://flutterindia.dev/#/
We will be Streaming on our YouTube Channel: https://www.youtube.com/flutterindia
Use #AskFlutterIndia to ask any questions related to new features and updates on Flutter!!
Hashtags and Tags for Flutter Day India:
#FlutterDayIndia #FlutterIndia #Flutter @IndiaFlutter
Connect with Flutter India:
Twitter: https://twitter.com/IndiaFlutter
Slack: https://bit.ly/2zFMmOq
Facebook: https://www.facebook.com/IndiaFlutter
LinkedIn: https://www.linkedin.com/company/flutterindia/
flutterindia.dev
Flutter Engage - India | Flutter India
Join the Flutter community around the world for this special online event! There will be opportunities to engage, innovate, and collaborate with the global community.
New post on /r/flutterdev subreddit:
Kiwi vs Get_It, what's your preferred dependency injection package?
Kiwi and Get_It both have code generation (kiwi_generator and injectable respectively).Kiwi takes a more centralised approach: you register all your factories, etc in a file or group of files. So you have all your dependencies imported into a these files.Get_It (or rather injectable), on the other hand, has you annotate your injectable classes. So you have the injectable package imported all over your code.I'm just curious as to people's thoughts on the two packages that do pretty much the same thing.Context: I've been using Kiwi up until now, mainly because I liked having things centralised and didn't particularly want annotations everywhere. However, now I'm using @freezed over built_value and intend on picking up the AutoRoute package (which uses annotations) so I'm considering Get_It/injectable.
June 27, 2020 at 01:41PM by Not0nFire
https://ift.tt/2Zhw0UP
Kiwi vs Get_It, what's your preferred dependency injection package?
Kiwi and Get_It both have code generation (kiwi_generator and injectable respectively).Kiwi takes a more centralised approach: you register all your factories, etc in a file or group of files. So you have all your dependencies imported into a these files.Get_It (or rather injectable), on the other hand, has you annotate your injectable classes. So you have the injectable package imported all over your code.I'm just curious as to people's thoughts on the two packages that do pretty much the same thing.Context: I've been using Kiwi up until now, mainly because I liked having things centralised and didn't particularly want annotations everywhere. However, now I'm using @freezed over built_value and intend on picking up the AutoRoute package (which uses annotations) so I'm considering Get_It/injectable.
June 27, 2020 at 01:41PM by Not0nFire
https://ift.tt/2Zhw0UP
Dart packages
kiwi | Dart package
A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
New post on Flutter Dev Google group:
Animation with dynamic position
I have 2 text widgets and I want to use them in my animation controller widget. I have a question about this. I use the SlideTransition widget for this and I want to adjust the start and end position of the text widgets according to the screen size, and then these text widgets should be centered
June 27, 2020 at 02:52PM by Can Aktepe
https://ift.tt/2YG0fGd
Animation with dynamic position
I have 2 text widgets and I want to use them in my animation controller widget. I have a question about this. I use the SlideTransition widget for this and I want to adjust the start and end position of the text widgets according to the screen size, and then these text widgets should be centered
June 27, 2020 at 02:52PM by Can Aktepe
https://ift.tt/2YG0fGd
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:
State and Navigation Management with Get
https://www.youtube.com/watch?v=XDWT1RXwQQQ
June 27, 2020 at 03:39PM by immacoder
https://ift.tt/2ZiSa9z
State and Navigation Management with Get
https://www.youtube.com/watch?v=XDWT1RXwQQQ
June 27, 2020 at 03:39PM by immacoder
https://ift.tt/2ZiSa9z
YouTube
State and Navigation Management with GetX
State and Navigation Management with GetX
The GetX package, although it's been through some controversy, looks to be pretty power, and simplifies parts of development greatly. This package not only has state management, but also Navigation management. With…
The GetX package, although it's been through some controversy, looks to be pretty power, and simplifies parts of development greatly. This package not only has state management, but also Navigation management. With…
New post on Flutter Dev Google group:
installing flutter- need help!
I really need help. I’ve watched several youtube videos and followed every direction step by step until i am unable to due to an error. When I try to run flutter n my terminal after downloading and unzipping flutter, and downloading xcode, and visual studio code i get bash code : command not
June 27, 2020 at 05:49PM by Rohan Dunbar
https://ift.tt/2YBqSMn
installing flutter- need help!
I really need help. I’ve watched several youtube videos and followed every direction step by step until i am unable to due to an error. When I try to run flutter n my terminal after downloading and unzipping flutter, and downloading xcode, and visual studio code i get bash code : command not
June 27, 2020 at 05:49PM by Rohan Dunbar
https://ift.tt/2YBqSMn
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:
Flutter video conference app
hey guys ,i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \ messenger ... )i don't know from where to start my search and workany help will be appreciated
June 27, 2020 at 05:54PM by wassim_m
https://ift.tt/3dAF0d7
Flutter video conference app
hey guys ,i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \ messenger ... )i don't know from where to start my search and workany help will be appreciated
June 27, 2020 at 05:54PM by wassim_m
https://ift.tt/3dAF0d7
reddit
Flutter video conference app
hey guys , i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \\...
New post on /r/flutterdev subreddit:
Flutter State Management with Bloc for PineTime Companion App
https://ift.tt/2AdIKDK
June 27, 2020 at 07:16PM by lupyuen
https://ift.tt/3dDAYRg
Flutter State Management with Bloc for PineTime Companion App
https://ift.tt/2AdIKDK
June 27, 2020 at 07:16PM by lupyuen
https://ift.tt/3dDAYRg
lupyuen.github.io
Flutter State Management with Bloc for PineTime Companion App
How we manage state with the Bloc Library in the Flutter Companion App (Android and iOS) for PineTime Smart Watch
New post on /r/flutterdev subreddit:
I just open-sourced `pdf_flutter` a Widget to display PDF easily like Image.
I just released a plugin to display PDF in Flutter.Now, it's super easy to load PDF from the network like it was loading images from the network.I spent 2 days trying to display PDF easily in Flutter and I hope it will help other devs save some of their time.Add pdf_flutter on pubspec.yml
June 27, 2020 at 07:10PM by erluxman
https://ift.tt/3iaYEj4
I just open-sourced `pdf_flutter` a Widget to display PDF easily like Image.
I just released a plugin to display PDF in Flutter.Now, it's super easy to load PDF from the network like it was loading images from the network.I spent 2 days trying to display PDF easily in Flutter and I hope it will help other devs save some of their time.Add pdf_flutter on pubspec.yml
dependencies: pdf_flutter: ^versionOn iOS enable PDF preview like by adding this on ios/Runner/info.plist:
<key>io.flutter.embedded_views_preview</key> <true/>Start Using
PDF.network( 'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf', height: 500, width: 300,)See demo and plugin here: pdf_flutter
June 27, 2020 at 07:10PM by erluxman
https://ift.tt/3iaYEj4
GitHub
GitHub - erluxman/pdf_flutter: Flutter Widget to display PDF
Flutter Widget to display PDF. Contribute to erluxman/pdf_flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Retter - Flutter reddit app (W.I.P)
Retter is an open source work in progress reddit app. I'm open to anyone contributing to the project. You can currently only build the project through source (I have instructions on setup in the readme)The next major things I'll be working on will be...Logging into reddit accountNesting commentsInteracting with posts (upvoting and downvoting)https://github.com/mzegar/RetterLink to images of app
June 27, 2020 at 08:48PM by mzegar_
https://ift.tt/3dD7KBR
Retter - Flutter reddit app (W.I.P)
Retter is an open source work in progress reddit app. I'm open to anyone contributing to the project. You can currently only build the project through source (I have instructions on setup in the readme)The next major things I'll be working on will be...Logging into reddit accountNesting commentsInteracting with posts (upvoting and downvoting)https://github.com/mzegar/RetterLink to images of app
June 27, 2020 at 08:48PM by mzegar_
https://ift.tt/3dD7KBR
GitHub
GitHub - mzegar/Retter: Cross-platform Flutter Reddit Mobile App
Cross-platform Flutter Reddit Mobile App. Contribute to mzegar/Retter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to build a buttery-smooth smoothing algorithm and implement it in Flutter
https://ift.tt/3eGcjgb
June 27, 2020 at 08:30PM by kanga-bru
https://ift.tt/2ZjMKuI
How to build a buttery-smooth smoothing algorithm and implement it in Flutter
https://ift.tt/3eGcjgb
June 27, 2020 at 08:30PM by kanga-bru
https://ift.tt/2ZjMKuI
Kangabru’s Blog
Zero to hero - Part 5 - My buttery smooth icing algorithm
I’m deep diving into how I built my icing game. Today I breakdown the icing algorithm itself and how I implemented it in Flutter.
New post on /r/flutterdev subreddit:
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the workplace.If you're a professional Flutter dev, what language/framework are you using for your server and are you happy with the required context shift when going back and forth between server and client code?
June 27, 2020 at 11:43PM by euphbriggs
https://ift.tt/3i8YV6f
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the workplace.If you're a professional Flutter dev, what language/framework are you using for your server and are you happy with the required context shift when going back and forth between server and client code?
June 27, 2020 at 11:43PM by euphbriggs
https://ift.tt/3i8YV6f
reddit
Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the...
New post on Flutter Dev Google group:
build and release for IOS issue
Need your help in submitting flutter application to Appstore I facing one particular error after many attempts the image shared shows the error, the provisioning profile was created manually please guide me how should I resolve it?
June 28, 2020 at 04:32AM by Ramneek Kashyap
https://ift.tt/31nFnFl
build and release for IOS issue
Need your help in submitting flutter application to Appstore I facing one particular error after many attempts the image shared shows the error, the provisioning profile was created manually please guide me how should I resolve it?
June 28, 2020 at 04:32AM by Ramneek Kashyap
https://ift.tt/31nFnFl
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:
Momentum: The ultimate flutter state management library
A robust state management library for flutter along with many more features https://medium.com/@info2shashi/momentum-the-ultimate-flutter-state-management-library-5b8bccea31e1
June 28, 2020 at 06:03AM by shashi1987
https://ift.tt/3ijk9yy
Momentum: The ultimate flutter state management library
A robust state management library for flutter along with many more features https://medium.com/@info2shashi/momentum-the-ultimate-flutter-state-management-library-5b8bccea31e1
June 28, 2020 at 06:03AM by shashi1987
https://ift.tt/3ijk9yy
Medium
Momentum: The ultimate flutter state management library
Flutter is awesome. I have been working on flutter from the starting of last year. I love its simplicity and robustness. While working on…
New post on /r/flutterdev subreddit:
Characters (a library for character-level manipulation of Strings, by the Dart team) has reached 1.0
https://ift.tt/31n35S4
June 28, 2020 at 07:06AM by AKushWarrior
https://ift.tt/2NNVB2J
Characters (a library for character-level manipulation of Strings, by the Dart team) has reached 1.0
https://ift.tt/31n35S4
June 28, 2020 at 07:06AM by AKushWarrior
https://ift.tt/2NNVB2J
Dart packages
characters | Dart Package
String replacement with operations that are Unicode/grapheme cluster aware.
New post on Flutter Dev Google group:
App bundle not working on release mode
Hi, I published the first version of my app to the app store with an app bundle that I created using the "flutter build app bundle" command but when I try to download it and run it on my phone it crashes on the google sign in as if it wasn't on release mode. The curious thing is that if I just do
June 28, 2020 at 08:32AM by Kharis Alvarado Riveros
https://ift.tt/2BJ6XC8
App bundle not working on release mode
Hi, I published the first version of my app to the app store with an app bundle that I created using the "flutter build app bundle" command but when I try to download it and run it on my phone it crashes on the google sign in as if it wasn't on release mode. The curious thing is that if I just do
June 28, 2020 at 08:32AM by Kharis Alvarado Riveros
https://ift.tt/2BJ6XC8
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.