New post on /r/flutterdev subreddit:
FlutterForce — Week 18
https://ift.tt/2T7H6XH
March 17, 2019 at 10:03AM by flutterist
https://ift.tt/2HrZvwJ
FlutterForce — Week 18
https://ift.tt/2T7H6XH
March 17, 2019 at 10:03AM by flutterist
https://ift.tt/2HrZvwJ
Medium
FlutterForce — #Week 18
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Build WhatsApp with Flutter 😁
https://ift.tt/2UHB7KO
March 17, 2019 at 09:55AM by NearbyCover7
https://ift.tt/2HCmLr9
Build WhatsApp with Flutter 😁
https://ift.tt/2UHB7KO
March 17, 2019 at 09:55AM by NearbyCover7
https://ift.tt/2HCmLr9
Medium
WhatsApp Clone with Flutter in a week
Sharing what I’ve learned, and the DX
New post on Flutter Dev Google group:
RenderFlex overflowed
After tapping text field i got the following error: I/flutter (31901): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════ I/flutter (31901): The following message was thrown during layout: I/flutter (31901): A RenderFlex overflowed by 278 pixels
March 17, 2019 at 11:33AM by Kamran Ali
https://ift.tt/2ubQbo7
RenderFlex overflowed
After tapping text field i got the following error: I/flutter (31901): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════ I/flutter (31901): The following message was thrown during layout: I/flutter (31901): A RenderFlex overflowed by 278 pixels
March 17, 2019 at 11:33AM by Kamran Ali
https://ift.tt/2ubQbo7
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:
Is this tab behaviour possible in Flutter? (taken from material.io)
https://ift.tt/2TbLAfC
March 17, 2019 at 11:14AM by themindstorm
https://ift.tt/2Y1lbVw
Is this tab behaviour possible in Flutter? (taken from material.io)
https://ift.tt/2TbLAfC
March 17, 2019 at 11:14AM by themindstorm
https://ift.tt/2Y1lbVw
reddit
r/FlutterDev - Is this tab behaviour possible in Flutter? (taken from material.io)
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Get Access Token with REST API in flutter/dart
Hi All, Here is my main.dart : Future getData() async { Map connection = { 'grant_type': 'string', 'branchcode': 'string', 'password': 'string', 'username': 'string', 'dbname': 'string', 'dbuser': 'string', 'dbpassword':
March 17, 2019 at 12:24PM by Kaan Karamanoğlu
https://ift.tt/2HDaCCr
Get Access Token with REST API in flutter/dart
Hi All, Here is my main.dart : Future getData() async { Map connection = { 'grant_type': 'string', 'branchcode': 'string', 'password': 'string', 'username': 'string', 'dbname': 'string', 'dbuser': 'string', 'dbpassword':
March 17, 2019 at 12:24PM by Kaan Karamanoğlu
https://ift.tt/2HDaCCr
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:
BroadcastReceiver in flutter to make a call receiver app
I am trying to make an app which will replace default call receiver app in android, any idea how can I do that??? In native it is possible to achieve this via BroadcastReceiver however I am a newbie in native mobile app development, any help is appreciated
March 17, 2019 at 12:11PM by deepakjha14
https://ift.tt/2uaO5F5
BroadcastReceiver in flutter to make a call receiver app
I am trying to make an app which will replace default call receiver app in android, any idea how can I do that??? In native it is possible to achieve this via BroadcastReceiver however I am a newbie in native mobile app development, any help is appreciated
March 17, 2019 at 12:11PM by deepakjha14
https://ift.tt/2uaO5F5
reddit
r/FlutterDev - BroadcastReceiver in flutter to make a call receiver app
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
How to make an in app tutorial with flutter
Hi everyone, I am looking for tips and tuts on how to make an in app tutorial for my users who first connect / open my application. Can you guys show me the way? Cheers.
March 17, 2019 at 12:56PM by zehi jean
https://ift.tt/2Jij3FS
How to make an in app tutorial with flutter
Hi everyone, I am looking for tips and tuts on how to make an in app tutorial for my users who first connect / open my application. Can you guys show me the way? Cheers.
March 17, 2019 at 12:56PM by zehi jean
https://ift.tt/2Jij3FS
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:
Calender app with flutter
Hello guys.. These days I started to learn flutter..Then, several days ago i got a project to make a, more like scheduler app that works on website, ios and android.. I think it could be done with flutter for the mobile development side..So, Is it possible to make an app like Google calendar in Flutter that have basic feature, ex: crud functions and reminders..? If so, how could i do that? And what should i learn first?I didnt do much research yet.. Any help is appreciated,sorry for my bad eng.. Thanks..
March 17, 2019 at 12:56PM by aachan13
https://ift.tt/2HCtMs8
Calender app with flutter
Hello guys.. These days I started to learn flutter..Then, several days ago i got a project to make a, more like scheduler app that works on website, ios and android.. I think it could be done with flutter for the mobile development side..So, Is it possible to make an app like Google calendar in Flutter that have basic feature, ex: crud functions and reminders..? If so, how could i do that? And what should i learn first?I didnt do much research yet.. Any help is appreciated,sorry for my bad eng.. Thanks..
March 17, 2019 at 12:56PM by aachan13
https://ift.tt/2HCtMs8
reddit
r/FlutterDev - Calender app with flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Page Controller Carousel
I would like to add a carousel to my page, when i scroll a new page is fetched from API. When i reload the data list i am showing, the page controller wont navigate at this page. However it navigates to the required page on start. when i use jumpToPage it navigates but with a flicker, any idea how to remove it ??
March 17, 2019 at 01:34PM by Caroline171
https://ift.tt/2FjuvNj
Page Controller Carousel
I would like to add a carousel to my page, when i scroll a new page is fetched from API. When i reload the data list i am showing, the page controller wont navigate at this page. However it navigates to the required page on start. when i use jumpToPage it navigates but with a flicker, any idea how to remove it ??
Widget _buildCarousel(BuildContext context) { return StreamBuilder( stream: bloc.getUserMeetingsResponse, builder: (BuildContext context, AsyncSnapshot<List<MeetingModel>> snapshot) { if (snapshot.hasData) { pc = PageController(viewportFraction: 0.8 , initialPage: UserUtil.getUserRole(AppSharedData().userID) == UserRole.student ? 0: bloc.getDesiredPage()); Widget view = new Container( child: new Column( mainAxisSize: MainAxisSize.max, children: <Widget>[ SizedBox( // you may want to use an aspect ratio here for tablet support height: Dimension.cardHeightRegular , child: new PageView.builder( // store this controller in a State to save the carousel scroll position controller: pc, itemCount: snapshot.data.length, itemBuilder: (BuildContext context, int itemIndex) { return HorizontalCarouselClassCell(meetingModel: snapshot.data[itemIndex]); }, onPageChanged: (pageNumber) { bloc.pageChanged(pageNumber); }, reverse: false, ), ) ], ), ); if(!bloc.isAddOnList){ Future((){ pc.jumpToPage(bloc.getDesiredPage()); }); } return view; } else if (snapshot.hasError){ print("Error Received"); } return Container(); }, ); }
March 17, 2019 at 01:34PM by Caroline171
https://ift.tt/2FjuvNj
reddit
r/FlutterDev - Page Controller Carousel
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
My first Flutter package: Bindable, easy but powerful databinding.
https://ift.tt/2TTvyvx
March 17, 2019 at 02:39PM by MugalonDotCom
https://ift.tt/2Cr28La
My first Flutter package: Bindable, easy but powerful databinding.
https://ift.tt/2TTvyvx
March 17, 2019 at 02:39PM by MugalonDotCom
https://ift.tt/2Cr28La
Dart Packages
bindable | Flutter Package
bindable Flutter and Dart package - Bindable is a state managment library that is powerful and easy to use. It will become extendable in the future and get many useful plugins to do complex tasks in a simple plugin.
New post on Flutter Dev Google group:
Widget If Else
Hi, i am trying to add more if else condition my flutter project please check my code new Expanded( child: new Center( child: new Text( "\$$_viewmoney", style: new TextStyle( color: _viewmoney > 2500 ? Colors.red : Colors.pink ,// _viewmoney is set by(int _viewmoney = 0; fontSize: 25, ), ), )),
March 17, 2019 at 04:02PM by Deepjyoti Baishya
https://ift.tt/2Y379Tp
Widget If Else
Hi, i am trying to add more if else condition my flutter project please check my code new Expanded( child: new Center( child: new Text( "\$$_viewmoney", style: new TextStyle( color: _viewmoney > 2500 ? Colors.red : Colors.pink ,// _viewmoney is set by(int _viewmoney = 0; fontSize: 25, ), ), )),
March 17, 2019 at 04:02PM by Deepjyoti Baishya
https://ift.tt/2Y379Tp
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:
Audio player with playback speed
Hello Friends!I'm trying to create an app that needs to play audio. And therefore i thought it would be very nice to adjust the playback speed.Checked out this package here: audioplayers, but it doesn't seem to support playback speed.If you know any package that can adjust the playback speed, please let me know!
March 17, 2019 at 04:36PM by Maltmax
https://ift.tt/2TbGdNJ
Audio player with playback speed
Hello Friends!I'm trying to create an app that needs to play audio. And therefore i thought it would be very nice to adjust the playback speed.Checked out this package here: audioplayers, but it doesn't seem to support playback speed.If you know any package that can adjust the playback speed, please let me know!
March 17, 2019 at 04:36PM by Maltmax
https://ift.tt/2TbGdNJ
Dart packages
audioplayers | Flutter Package
A flutter plugin to play multiple audio files simultaneously
New post on /r/flutterdev subreddit:
Flutter e-commerce app: User login UI
https://www.youtube.com/attribution_link?a=QkHcy6aJAbY&u=%2Fwatch%3Fv%3DotNeEgkN7qk%26feature%3Dshare
March 17, 2019 at 06:22PM by kibatheseven
https://ift.tt/2UAL6Bo
Flutter e-commerce app: User login UI
https://www.youtube.com/attribution_link?a=QkHcy6aJAbY&u=%2Fwatch%3Fv%3DotNeEgkN7qk%26feature%3Dshare
March 17, 2019 at 06:22PM by kibatheseven
https://ift.tt/2UAL6Bo
YouTube
27. Flutter e-commerce app: User login UI
======= PROJECT CODE ============= source https://github.com/Santos-Enoque/complete_flutter_ecommerce ======== CONTACT ================== email: santosenoque...
New post on /r/flutterdev subreddit:
Draggable stack of cards
https://youtu.be/klPJtMEGEx8
March 17, 2019 at 06:36PM by ishanfx
https://ift.tt/2TbUJVJ
Draggable stack of cards
https://youtu.be/klPJtMEGEx8
March 17, 2019 at 06:36PM by ishanfx
https://ift.tt/2TbUJVJ
YouTube
Flutter - Draggable Stack of Cards
How to add draggable behaviour to card. ************************** Social ************************** Blog - http://mightytechno.com Instagram - https://insta...
New post on /r/flutterdev subreddit:
FlutterUI - Minimal designs - Plant Details
https://youtu.be/TztQi6XGDmU
March 17, 2019 at 06:35PM by rajayogan27
https://ift.tt/2Y4cVnV
FlutterUI - Minimal designs - Plant Details
https://youtu.be/TztQi6XGDmU
March 17, 2019 at 06:35PM by rajayogan27
https://ift.tt/2Y4cVnV
YouTube
FlutterUI - Minimal designs - Plant Details
Support me - https://paypal.me/RajaYogan Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF First screen video - https://yo...
New post on /r/flutterdev subreddit:
Scoped Model vs Redux vs BLoC. Which one should I use?
I’m creating a large application from scratch for a client. I have done all my research and planning for the api, database, authentication and all the requirements for my app to function correctly.And now I want to start creating the app. I chose to go with flutter since I don’t know swift or objectiveC, and I liked dart a lot.But I have a small problem related to state management. There are multiple ways of doing it, and I don’t know which one is more efficient, can handle lots of nested widgets, and multiple states at the same time.I’m also looking for a solution that will not create possible memory leaks (has the ability to dispose the state).So, what do you think is the best option to go for, Scoped Model, Redux or the BLoC pattern?
March 17, 2019 at 07:34PM by hassansaleh31
https://ift.tt/2TU2K62
Scoped Model vs Redux vs BLoC. Which one should I use?
I’m creating a large application from scratch for a client. I have done all my research and planning for the api, database, authentication and all the requirements for my app to function correctly.And now I want to start creating the app. I chose to go with flutter since I don’t know swift or objectiveC, and I liked dart a lot.But I have a small problem related to state management. There are multiple ways of doing it, and I don’t know which one is more efficient, can handle lots of nested widgets, and multiple states at the same time.I’m also looking for a solution that will not create possible memory leaks (has the ability to dispose the state).So, what do you think is the best option to go for, Scoped Model, Redux or the BLoC pattern?
March 17, 2019 at 07:34PM by hassansaleh31
https://ift.tt/2TU2K62
reddit
r/FlutterDev - Scoped Model vs Redux vs BLoC. Which one should I use?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Where should Blocs be used in clean architecture? Domain layer or presentation layer?
Hello guys, I am an Android/iOS developer just starting to experiment with Flutter.In Android/iOS development, I used to follow Clean + MVVM and I am trying to correlate between MVVM and Bloc patterns. From what I've read, Blocs in Bloc pattern are similar to ViewModels in MVVM pattern.Now, in Clean + MVVM, ViewModels are used in Presentation layer. But in the only repository of Clean + Bloc I found for Flutter, Blocs are used in the Domain layer.So, my questions to the community here, are:What is the difference between ViewModel and Bloc?Where should Blocs be used in Clean architecture? Presentation layer or domain layer? Why?
March 17, 2019 at 08:45PM by m_randle_mcmurphy
https://ift.tt/2UNHXy4
Where should Blocs be used in clean architecture? Domain layer or presentation layer?
Hello guys, I am an Android/iOS developer just starting to experiment with Flutter.In Android/iOS development, I used to follow Clean + MVVM and I am trying to correlate between MVVM and Bloc patterns. From what I've read, Blocs in Bloc pattern are similar to ViewModels in MVVM pattern.Now, in Clean + MVVM, ViewModels are used in Presentation layer. But in the only repository of Clean + Bloc I found for Flutter, Blocs are used in the Domain layer.So, my questions to the community here, are:What is the difference between ViewModel and Bloc?Where should Blocs be used in Clean architecture? Presentation layer or domain layer? Why?
March 17, 2019 at 08:45PM by m_randle_mcmurphy
https://ift.tt/2UNHXy4
reddit
r/FlutterDev - Where should Blocs be used in clean architecture? Domain layer or presentation layer?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Simple calculator built in Flutter with command history
https://ift.tt/2CoO0SR
March 17, 2019 at 08:43PM by FuzzyConflict7
https://ift.tt/2HrL3F0
Simple calculator built in Flutter with command history
https://ift.tt/2CoO0SR
March 17, 2019 at 08:43PM by FuzzyConflict7
https://ift.tt/2HrL3F0
GitHub
deriegle/flutter-calculator
Calculator App built with Flutter. Contribute to deriegle/flutter-calculator development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
23. Flutter e-commerce app backend: Firebase set up
https://www.youtube.com/attribution_link?a=EBpMJD6RzKQ&u=%2Fwatch%3Fv%3DIlgRLf-MGDM%26feature%3Dshare
March 17, 2019 at 08:39PM by kibatheseven
https://ift.tt/2HDtuBo
23. Flutter e-commerce app backend: Firebase set up
https://www.youtube.com/attribution_link?a=EBpMJD6RzKQ&u=%2Fwatch%3Fv%3DIlgRLf-MGDM%26feature%3Dshare
March 17, 2019 at 08:39PM by kibatheseven
https://ift.tt/2HDtuBo
YouTube
23. Flutter e-commerce app backend: Firebase set up
source code: https://github.com/Santos-Enoque/complete_flutter_ecommerce
============ CONTACT ===========================================
EMAIL: santosenoque.ss@hotmail.com
SKYPE: santos enoque
============ CONTACT ===========================================
EMAIL: santosenoque.ss@hotmail.com
SKYPE: santos enoque
New post on /r/flutterdev subreddit:
Flutter package to make grouping Checkboxes and Radio buttons much easier!
https://ift.tt/2O8iVr4
March 17, 2019 at 09:24PM by akshathjain
https://ift.tt/2W8bgvU
Flutter package to make grouping Checkboxes and Radio buttons much easier!
https://ift.tt/2O8iVr4
March 17, 2019 at 09:24PM by akshathjain
https://ift.tt/2W8bgvU
Dart Packages
grouped_buttons | Flutter Package
grouped_buttons Flutter and Dart package - A simple package that makes grouping Checkboxes and Radio Buttons much easier.
New post on /r/flutterdev subreddit:
Unit testing in Flutter: http requests
https://ift.tt/2TOl7cJ
March 17, 2019 at 11:19PM by Purple_Pizzazz
https://ift.tt/2JjSP5M
Unit testing in Flutter: http requests
https://ift.tt/2TOl7cJ
March 17, 2019 at 11:19PM by Purple_Pizzazz
https://ift.tt/2JjSP5M
Medium
Unit testing in Flutter: http requests
With this article I start a new series about testing with Flutter, where I’ll be presenting how to test the main actors in a typical app…