New post on /r/flutterdev subreddit:
Very few supported devices of my Flutter app on PlayConsole
Its been a very fun adventure with Flutter so far and my app just got published in PlayStore but I have 2 problemsIts not visible on most devicesThe supported devices is VERY FEW (25 only)How do I increase the supported versions of Androids? Like from Jellybean to latest?ββMy code for app-level build.gradle is below:β
December 23, 2019 at 12:21PM by cosmoph
https://ift.tt/2ShWJPh
Very few supported devices of my Flutter app on PlayConsole
Its been a very fun adventure with Flutter so far and my app just got published in PlayStore but I have 2 problemsIts not visible on most devicesThe supported devices is VERY FEW (25 only)How do I increase the supported versions of Androids? Like from Jellybean to latest?ββMy code for app-level build.gradle is below:β
android { compileSdkVersion 28 sourceSets { main.java.srcDirs += 'src/main/kotlin' } lintOptions { disable 'InvalidPackage' } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.hivemanila.syncshop_webview" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } signingConfigs { release { keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] storeFile file(keystoreProperties['storeFile']) storePassword keystoreProperties['storePassword'] } } buildTypes { release { signingConfig signingConfigs.release minifyEnabled true useProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } flutter { source '../..' } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' }
December 23, 2019 at 12:21PM by cosmoph
https://ift.tt/2ShWJPh
reddit
Very few supported devices of my Flutter app on PlayConsole
Its been a very fun adventure with Flutter so far and my app just got published in PlayStore but I have 2 problems 1. Its not visible on most...
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 18 - Flutter Interact special edition. Articles, tutorials, videos and much more
https://ift.tt/2PP5UFh
December 23, 2019 at 01:11PM by vensign
https://ift.tt/2Qaw2te
Flutter Tap Newsletter - Week 18 - Flutter Interact special edition. Articles, tutorials, videos and much more
https://ift.tt/2PP5UFh
December 23, 2019 at 01:11PM by vensign
https://ift.tt/2Qaw2te
Fluttertap
Newsletter Issue 18
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 18
New post on /r/flutterdev subreddit:
Created a bottom nav bar
Just created a navbar.If anyone found a bug, please, submit a pr.https://pub.dev/packages/circle_bottom_navigationThanks :D
December 23, 2019 at 12:49PM by jeanluucas
https://ift.tt/2ZgoWHT
Created a bottom nav bar
Just created a navbar.If anyone found a bug, please, submit a pr.https://pub.dev/packages/circle_bottom_navigationThanks :D
December 23, 2019 at 12:49PM by jeanluucas
https://ift.tt/2ZgoWHT
Dart packages
circle_bottom_navigation | Flutter package
An animated, beauty and functional Bottom Navigation Bar you app.
New post on /r/flutterdev subreddit:
Flutter Intl - VS Code extension that binds ARB localization files to Dart code
https://ift.tt/35RgO32
December 23, 2019 at 03:35PM by goranlu
https://ift.tt/2EOaXzs
Flutter Intl - VS Code extension that binds ARB localization files to Dart code
https://ift.tt/35RgO32
December 23, 2019 at 03:35PM by goranlu
https://ift.tt/2EOaXzs
Visualstudio
Flutter Intl - Visual Studio Marketplace
Extension for Visual Studio Code - Flutter localization binding from .arb files with official Intl library
New post on /r/flutterdev subreddit:
Created a bottom nav bar
https://ift.tt/2LAJqGc
December 23, 2019 at 06:00PM by jeanluucas
https://ift.tt/2tLk95y
Created a bottom nav bar
https://ift.tt/2LAJqGc
December 23, 2019 at 06:00PM by jeanluucas
https://ift.tt/2tLk95y
Dart packages
circle_bottom_navigation | Flutter Package
An animated, beauty and functional Bottom Navigation Bar for Flutter.
New tweet from FlutterDev:
Are you looking to add support for a Flutter plugin? π
π Web support was added to the url_launcher plugin!
Learn more here ↓ https://t.co/8ND4nBiI3kβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 07:00PM
http://twitter.com/FlutterDev/status/1209171814297088000
Are you looking to add support for a Flutter plugin? π
π Web support was added to the url_launcher plugin!
Learn more here ↓ https://t.co/8ND4nBiI3kβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 07:00PM
http://twitter.com/FlutterDev/status/1209171814297088000
Medium
How to Write a Flutter Web Plugin
Introduction
New post on /r/flutterdev subreddit:
Learnt how to make simple apps , now what ?
Following the advice of many people i completed the Angela Yu udemy course and it has enabled me to make a few simple apps of my own which fetch from a REST Api . But i can already feel my lack of knowledge about advanced concepts like proper state management and architecture is hurting my ability to make larger apps.Is provider enough or is RxDart + BLoC required ? Any resources/udemy courses that are geared towards someone who is an intermediate (?) level flutter dev
December 23, 2019 at 07:02PM by kkultimate
https://ift.tt/2ESLQeN
Learnt how to make simple apps , now what ?
Following the advice of many people i completed the Angela Yu udemy course and it has enabled me to make a few simple apps of my own which fetch from a REST Api . But i can already feel my lack of knowledge about advanced concepts like proper state management and architecture is hurting my ability to make larger apps.Is provider enough or is RxDart + BLoC required ? Any resources/udemy courses that are geared towards someone who is an intermediate (?) level flutter dev
December 23, 2019 at 07:02PM by kkultimate
https://ift.tt/2ESLQeN
reddit
Learnt how to make simple apps , now what ?
Following the advice of many people i completed the Angela Yu udemy course and it has enabled me to make a few simple apps of my own which fetch...
New post on /r/flutterdev subreddit:
Flutter Windows Desktop App | Early Preview
https://youtu.be/1bkcq3lO900
December 23, 2019 at 06:37PM by imthepk
https://ift.tt/35Rqw5l
Flutter Windows Desktop App | Early Preview
https://youtu.be/1bkcq3lO900
December 23, 2019 at 06:37PM by imthepk
https://ift.tt/35Rqw5l
YouTube
Flutter Windows Desktop App | Early Preview
In this video, I will explain how to get started with Flutter for Windows Desktop (Alpha)
#Windows#Flutter #Desktop
Please give stars for this project on git and like the video.
Source Code & Exe - https://drive.google.com/file/d/1e7ROD7Cj3Cwh_Sis2SDOβ¦
#Windows#Flutter #Desktop
Please give stars for this project on git and like the video.
Source Code & Exe - https://drive.google.com/file/d/1e7ROD7Cj3Cwh_Sis2SDOβ¦
New post on /r/flutterdev subreddit:
Data class methods generator
https://ift.tt/35RdeG7
December 23, 2019 at 07:56PM by jarekb123
https://ift.tt/2PU6bHf
Data class methods generator
https://ift.tt/35RdeG7
December 23, 2019 at 07:56PM by jarekb123
https://ift.tt/2PU6bHf
Dart packages
dataclass | Dart Package
DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.
New post on /r/flutterdev subreddit:
8 Reasons to Learn Flutter - The Dart side of Flutter
https://www.youtube.com/watch?v=KR2NsoyZgSY
December 23, 2019 at 08:18PM by Bitfumes
https://ift.tt/2Zh2Gh7
8 Reasons to Learn Flutter - The Dart side of Flutter
https://www.youtube.com/watch?v=KR2NsoyZgSY
December 23, 2019 at 08:18PM by Bitfumes
https://ift.tt/2Zh2Gh7
YouTube
8 Reasons to Learn Flutter - The Dart side of Flutter
Let's find out 8 reasons which will convince you to learn flutter today.
Flutter is Googleβs UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
Self Assessment Questions about this video:β¦
Flutter is Googleβs UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
Self Assessment Questions about this video:β¦
New tweet from FlutterDev:
πExtension methods were introduced in Dart 2.7
Hereβs a short intro on how they can be incredibly useful.
Watch here → https://t.co/QXoIeFKv0s pic.twitter.com/iNhofiCdLXβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 10:30PM
http://twitter.com/FlutterDev/status/1209224664783998977
πExtension methods were introduced in Dart 2.7
Hereβs a short intro on how they can be incredibly useful.
Watch here → https://t.co/QXoIeFKv0s pic.twitter.com/iNhofiCdLXβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 10:30PM
http://twitter.com/FlutterDev/status/1209224664783998977
YouTube
Dart extension methods
Dart is adding a new feature called Extension Methods. It's one of the features that you can live without, but it does make some things very convenient. Lear...
New tweet from FlutterDev:
β¨A peek into the world of Google Developers Experts!
Meet @lariki a Flutter/Dart GDE and get inspired by her journey. She is proud to represent women in technology and has learned so much from the community. #IncludedwithGoogle #GDESpotlights
Watch → https://t.co/GRekFnH1zS pic.twitter.com/wpi44b61hlβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 10:50PM
http://twitter.com/FlutterDev/status/1209229711878086657
β¨A peek into the world of Google Developers Experts!
Meet @lariki a Flutter/Dart GDE and get inspired by her journey. She is proud to represent women in technology and has learned so much from the community. #IncludedwithGoogle #GDESpotlights
Watch → https://t.co/GRekFnH1zS pic.twitter.com/wpi44b61hlβ Flutter (@FlutterDev) December 23, 2019
December 23, 2019 at 10:50PM
http://twitter.com/FlutterDev/status/1209229711878086657
Twitter
Lara MartΓn (@lariki) | Twitter
The latest Tweets from Lara MartΓn (@lariki). π Android Developer π Flutter/Dart #GDE π She/Her π Self-care π @LilianaVomLowen π Pizzatarian π https://t.co/q8xEdLNAin π@codecafeteria π. Berlin, Germany
New post on /r/flutterdev subreddit:
We made a text-messaging/video-room app with Firebase and Agora.io
https://ift.tt/2PQuLIL
December 23, 2019 at 10:47PM by jeremyfriesendev
https://ift.tt/2ZtgdlT
We made a text-messaging/video-room app with Firebase and Agora.io
https://ift.tt/2PQuLIL
December 23, 2019 at 10:47PM by jeremyfriesendev
https://ift.tt/2ZtgdlT
GitHub
GitHub - jeremy-friesen/flutter-video-chat: flutter-video-chat is a simple front-end combining text-messaging (using Google Firebase)β¦
flutter-video-chat is a simple front-end combining text-messaging (using Google Firebase) and video chat (using Agora.io for Flutter). - GitHub - jeremy-friesen/flutter-video-chat: flutter-video-ch...
New post on /r/flutterdev subreddit:
Privacy because of google
Hi all, I'm working on a few self made apps and want to create mobile apps for them. Flutter appeals to me but I don't really trust Google. Does compiled apps made in Flutter call home to Google in any way? Don't want to share the data of my users :)
December 24, 2019 at 09:24AM by rover87
https://ift.tt/34XkvDb
Privacy because of google
Hi all, I'm working on a few self made apps and want to create mobile apps for them. Flutter appeals to me but I don't really trust Google. Does compiled apps made in Flutter call home to Google in any way? Don't want to share the data of my users :)
December 24, 2019 at 09:24AM by rover87
https://ift.tt/34XkvDb
reddit
Privacy because of google
Hi all, I'm working on a few self made apps and want to create mobile apps for them. Flutter appeals to me but I don't really trust Google. Does...
New post on Flutter Dev Google group:
Only static members can be accessed in initializers
Hi all, I'm a novice coder, slowly getting my head around Flutter and Dart as I build my first app. I'm working with dummy data for now as I build the UI, but am getting an error when I try to add my second List. I want to these to refer back to the UUIDs from the first list, but I'm getting
December 24, 2019 at 10:22AM by Ross Cooper-Smith
https://ift.tt/375EKjc
Only static members can be accessed in initializers
Hi all, I'm a novice coder, slowly getting my head around Flutter and Dart as I build my first app. I'm working with dummy data for now as I build the UI, but am getting an error when I try to add my second List. I want to these to refer back to the UUIDs from the first list, but I'm getting
December 24, 2019 at 10:22AM by Ross Cooper-Smith
https://ift.tt/375EKjc
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:
Merry Christmas and a Happy New Year | FlutterDevs
Wishing you a Merry Christmas and a Happy New Year 2019-20. May this celebration begin with moments of love and laughter, and may the new year be filled with happiness and joy.β#Flutterdev
December 24, 2019 at 12:53PM by brjitendra
https://ift.tt/34SC1bx
Merry Christmas and a Happy New Year | FlutterDevs
Wishing you a Merry Christmas and a Happy New Year 2019-20. May this celebration begin with moments of love and laughter, and may the new year be filled with happiness and joy.β#Flutterdev
December 24, 2019 at 12:53PM by brjitendra
https://ift.tt/34SC1bx
reddit
Merry Christmas and a Happy New Year | FlutterDevs
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Top 5 Cross-Platform App Framework for 2020
https://ift.tt/2Mpu72N
December 24, 2019 at 01:38PM by citrusleafin
https://ift.tt/34Wuw37
Top 5 Cross-Platform App Framework for 2020
https://ift.tt/2Mpu72N
December 24, 2019 at 01:38PM by citrusleafin
https://ift.tt/34Wuw37
CitrusLeaf | Blog
Top 5 Cross-Platform App Frameworks for 2020
Amidst several cross-platform app development frameworks, choosing the right one is a tough, Here's the list of top 5 cross-platform app framework for 2020
New post on /r/flutterdev subreddit:
How to update widget state from another widget?
Hello, I find myself in a strange situation. I have learned about flutter_bloc and successfully applied it to our application. I have created whole business logic and it works well. The part I have been struggling for a week now is some complex scenarios related to widgets. Here is an example:
I have a listview of chips and a pageView widget, which both are child widgets in the container. I need the following behavior: Then the user presses a chip, I should call pageViewController.jumpToPage(index).However, I am not sure how can I access a pageViewController from my listview of chips. Even if it is public, I still can't access it from another widget, because they both are children widgets and there is not parent-children relationship between them.Also should I call pageViewController.jumpToPage(index) in setState of individual chip onTap event?I would like to get an answer or some examples... Again, thank you and happy new year :)
December 24, 2019 at 01:28PM by wellbranding
https://ift.tt/2PUItul
How to update widget state from another widget?
Hello, I find myself in a strange situation. I have learned about flutter_bloc and successfully applied it to our application. I have created whole business logic and it works well. The part I have been struggling for a week now is some complex scenarios related to widgets. Here is an example:
I have a listview of chips and a pageView widget, which both are child widgets in the container. I need the following behavior: Then the user presses a chip, I should call pageViewController.jumpToPage(index).However, I am not sure how can I access a pageViewController from my listview of chips. Even if it is public, I still can't access it from another widget, because they both are children widgets and there is not parent-children relationship between them.Also should I call pageViewController.jumpToPage(index) in setState of individual chip onTap event?I would like to get an answer or some examples... Again, thank you and happy new year :)
December 24, 2019 at 01:28PM by wellbranding
https://ift.tt/2PUItul
reddit
How to update widget state from another widget?
Hello, I find myself in a strange situation. I have learned about flutter\_bloc and successfully applied it to our application. I have created...
New post on /r/flutterdev subreddit:
Should I move on from flutter?
I started learning flutter and skipped react because it would help me in building apps for myself very quickly( I wanted to build something of my own). I also do little bit of UI/UX designing with XD. But now I realize that there are not many job opportunities (Flutter) here looking for a recent graduate in computer science. I am at crossroads on whether to give up flutter or study flutter and keep working on my projects till I reach an MVP.
December 24, 2019 at 02:18PM by empty_glasses
https://ift.tt/2Q9sGXi
Should I move on from flutter?
I started learning flutter and skipped react because it would help me in building apps for myself very quickly( I wanted to build something of my own). I also do little bit of UI/UX designing with XD. But now I realize that there are not many job opportunities (Flutter) here looking for a recent graduate in computer science. I am at crossroads on whether to give up flutter or study flutter and keep working on my projects till I reach an MVP.
December 24, 2019 at 02:18PM by empty_glasses
https://ift.tt/2Q9sGXi
reddit
Should I move on from flutter?
I started learning flutter and skipped react because it would help me in building apps for myself very quickly( I wanted to build something of my...
New post on /r/flutterdev subreddit:
Flutter's New Hot UI Tool
https://www.youtube.com/watch?v=-xmTDkMyqpk&feature=share
December 24, 2019 at 04:00PM by imthepk
https://ift.tt/2Spr9PI
Flutter's New Hot UI Tool
https://www.youtube.com/watch?v=-xmTDkMyqpk&feature=share
December 24, 2019 at 04:00PM by imthepk
https://ift.tt/2Spr9PI
YouTube
Flutter's New Hot UI Tool
In this video, I will explain how to use a new hot UI tool in Flutter. #HotUI #Flutter Read my articles on medium - https://medium.com/@imthepk My portfolio ...
New post on /r/flutterdev subreddit:
Fluid-Layout New responsive layout library used in production
I just published fluid_layout, a library for building responsive layouts for different sized screen.I have been working several months on it and it is used in two production projectshttps://pub.dev/packages/fluid_layout
December 24, 2019 at 04:06PM by jamesblasco
https://ift.tt/376weR7
Fluid-Layout New responsive layout library used in production
I just published fluid_layout, a library for building responsive layouts for different sized screen.I have been working several months on it and it is used in two production projectshttps://pub.dev/packages/fluid_layout
December 24, 2019 at 04:06PM by jamesblasco
https://ift.tt/376weR7
Dart packages
fluid_layout | Flutter Package
Create responsive layouts in flutter for mobile, web and desktop.