Reddit: Posse is hiring a Flutter developer
https://ift.tt/2pTSaLr
Submitted March 30, 2018 at 09:17PM by Purple_Pizzazz
via reddit https://ift.tt/2J73jkP
https://ift.tt/2pTSaLr
Submitted March 30, 2018 at 09:17PM by Purple_Pizzazz
via reddit https://ift.tt/2J73jkP
Stackoverflow
Experienced Flutter Mobile Developer at Posse
The Role The Flutter Mobile Developer will create multi-platform apps for iOS and Android using Google's new Flutter development framework. Prior experience developing with Flutter is…
GGroup: Texture Widget & OpenGL
Hello, I am looking for help how to render OpenGL via Texture widget on Android. I managed to render it on iOS. It works well. But completely stuck on Android implementation. Are there any examples or hints how to display OpenGL framebuffer/texture with SurfaceTexture? (heh, except android
Submitted March 31, 2018 at 05:25AM by sapry...@gmail.com
via Flutter Dev https://ift.tt/2E8FCVj
Hello, I am looking for help how to render OpenGL via Texture widget on Android. I managed to render it on iOS. It works well. But completely stuck on Android implementation. Are there any examples or hints how to display OpenGL framebuffer/texture with SurfaceTexture? (heh, except android
Submitted March 31, 2018 at 05:25AM by sapry...@gmail.com
via Flutter Dev https://ift.tt/2E8FCVj
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.
Reddit: Why is my app not displaying an AppBar?
I have built an app with the MVP design pattern and for some reason, I can't get the appbar to display on top of my app. The app just displays a list of Cardviews based on data that is pulled from an API. The source of the app can be found here. When you launch the app, it just shows the list of Cardviews without any background nor an appbar up top. This is what the app looks like currently.In my main.dart file, I create a new instance of MoviesPage() which is the main layout for the app that holds the listview. The `main.dart file looks like this:
Submitted March 31, 2018 at 03:23AM by rakesh11123
via reddit https://ift.tt/2uwniWY
I have built an app with the MVP design pattern and for some reason, I can't get the appbar to display on top of my app. The app just displays a list of Cardviews based on data that is pulled from an API. The source of the app can be found here. When you launch the app, it just shows the list of Cardviews without any background nor an appbar up top. This is what the app looks like currently.In my main.dart file, I create a new instance of MoviesPage() which is the main layout for the app that holds the listview. The `main.dart file looks like this:
void main() { Injector.configure(Flavor.PROD); runApp(new MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return new MaterialApp( theme: new ThemeData( primarySwatch: Colors.green, primaryColor: Colors.deepOrange ), title: 'Flutter Demo', home: new MovieList(), ); } }In addition, this is what my MoviesPage dart file looks like:
class MoviesPage extends StatelessWidget { @override Widget build(BuildContext context) { return new Scaffold( appBar: new AppBar( title: new Text("Movies"), ), body: new MovieList(), ); } }As you can see, I setup an appbar in the MoviesPage() class, but it's not displaying in the app for some reason. Does anyone have any ideas on how to remedy this issue?
Submitted March 31, 2018 at 03:23AM by rakesh11123
via reddit https://ift.tt/2uwniWY
GitHub
rakeshdas1/flutter_first
flutter_first - First flutter app
Reddit: Image manipulation?
At a high-level, how would one go about loading a photo, manually tweak the image at the pixel level, and save the photo? Or is this more of a Dart question than a Flutter question?
Submitted March 31, 2018 at 09:18AM by who1234567890
via reddit https://ift.tt/2IgqR5q
At a high-level, how would one go about loading a photo, manually tweak the image at the pixel level, and save the photo? Or is this more of a Dart question than a Flutter question?
Submitted March 31, 2018 at 09:18AM by who1234567890
via reddit https://ift.tt/2IgqR5q
reddit
Image manipulation? • r/FlutterDev
At a high-level, how would one go about loading a photo, manually tweak the image at the pixel level, and save the photo? Or is this more of a...
Reddit: Video - Display the SnackBar using the GlobalKey
https://www.youtube.com/watch?v=SY3bX3VN-HY&t=0s&list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh&index=38
Submitted March 31, 2018 at 08:42AM by branflake2267
via reddit https://ift.tt/2GohkIR
https://www.youtube.com/watch?v=SY3bX3VN-HY&t=0s&list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh&index=38
Submitted March 31, 2018 at 08:42AM by branflake2267
via reddit https://ift.tt/2GohkIR
YouTube
Flutter - Display the SnackBar using the GlobalKey - YouTube
In this video I cover displaying the snack bar using the global key. In this episode I cover: - Create an app with two tabs - Construct a GlobalKey for the ...
Reddit: Architecture for Flutter App?
I'm starting to write an App with Flutter. I have been doing researches around for what architecture to use. I found the most common one is MVP (Model View Presenter). Also, I found a great sample app using Redux.I'm kinda not sure what to use.What do you guys' opinion on this?*PS: I'm sorry if similar questions have been asked.
Submitted March 31, 2018 at 05:39PM by harry7cao
via reddit https://ift.tt/2pYNIMn
I'm starting to write an App with Flutter. I have been doing researches around for what architecture to use. I found the most common one is MVP (Model View Presenter). Also, I found a great sample app using Redux.I'm kinda not sure what to use.What do you guys' opinion on this?*PS: I'm sorry if similar questions have been asked.
Submitted March 31, 2018 at 05:39PM by harry7cao
via reddit https://ift.tt/2pYNIMn
reddit
Architecture for Flutter App? • r/FlutterDev
I'm starting to write an App with Flutter. I have been doing researches around for what architecture to use. I found the most common one is MVP...
Reddit: Building a Movie Searcher with RxDart and SQLite in Flutter (Part 3, Final)
https://www.youtube.com/watch?v=_OzrQe8a2ic
Submitted March 31, 2018 at 05:59PM by Purple_Pizzazz
via reddit https://ift.tt/2GoB2bT
https://www.youtube.com/watch?v=_OzrQe8a2ic
Submitted March 31, 2018 at 05:59PM by Purple_Pizzazz
via reddit https://ift.tt/2GoB2bT
YouTube
Building a Movie Searcher with RxDart and SQLite in Dart's Flutter Framework (Part 3, Final)
In this tutorial, we finish our movie searcher application by doing some heavy refactoring and adding a tab bar as well as a favorites page.
Note: Used Adobe Premiere for the first time (instead of Vegas), let me know what you think.
Source Code: htt…
Note: Used Adobe Premiere for the first time (instead of Vegas), let me know what you think.
Source Code: htt…
Reddit: Flutter – The new kid on the block
https://ift.tt/2pTP75M
Submitted March 31, 2018 at 07:44PM by sebe42
via reddit https://ift.tt/2J8RPgH
https://ift.tt/2pTP75M
Submitted March 31, 2018 at 07:44PM by sebe42
via reddit https://ift.tt/2J8RPgH
Guru Meditation
Flutter – The new kid on the block
In this post I will have a closer look at Google’s new mobile framework Flutter and compare it to my previous experience with Xamarin forms. This is not a tutorial but more an overview to get…
Reddit: Flutter: lazy loading data from network with caching
https://ift.tt/2pVPFbj
Submitted March 31, 2018 at 07:42PM by Purple_Pizzazz
via reddit https://ift.tt/2J8RQRN
https://ift.tt/2pVPFbj
Submitted March 31, 2018 at 07:42PM by Purple_Pizzazz
via reddit https://ift.tt/2J8RQRN
ProAndroidDev
Flutter: lazy loading data from network with caching
First off, I’m not a Flutter expert in any way, so many decisions illustrated here may be naive or inefficient or even plain ugly in eyes…
Reddit: An MVC approach to Flutter
https://ift.tt/2IfENMU
Submitted March 31, 2018 at 11:15PM by Purple_Pizzazz
via reddit https://ift.tt/2GmxxTb
https://ift.tt/2IfENMU
Submitted March 31, 2018 at 11:15PM by Purple_Pizzazz
via reddit https://ift.tt/2GmxxTb
ProAndroidDev
An MVC approach to Flutter
MVC in Flutter written in Dart
Reddit: Flutter plugin to select country code
https://ift.tt/2J4N8o9
Submitted April 01, 2018 at 01:48AM by Redditturi
via reddit https://ift.tt/2EdpcLK
https://ift.tt/2J4N8o9
Submitted April 01, 2018 at 01:48AM by Redditturi
via reddit https://ift.tt/2EdpcLK
GitHub
Salvatore-Giordano/CountryCodePicker
CountryCodePicker - A flutter package for showing a country code selector.
Reddit: Video - I cover upgrading to dart 2 & a follow up to an earlier episode.
https://www.youtube.com/watch?v=qOMawLdIn7o&t=0s&index=39&list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh
Submitted April 01, 2018 at 07:48AM by branflake2267
via reddit https://ift.tt/2pUZp6x
https://www.youtube.com/watch?v=qOMawLdIn7o&t=0s&index=39&list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh
Submitted April 01, 2018 at 07:48AM by branflake2267
via reddit https://ift.tt/2pUZp6x
YouTube
Flutter - Upgrading to Dart 2, JSON & Casting
In this episode I cover upgrading the application I built earlier on to Dart 2. I found that JSON had been changed to JSON. And then I corrected the casting ...
Reddit: Pull Device info
Hello. I have been curious about converting one of the company's apps I work for. In order to use our app, we require a device Id, model, platform, etc. Does anyone know if I could still pull device information within the app using flutter? Thank you so much
Submitted April 01, 2018 at 07:45AM by engadgetnerd
via reddit https://ift.tt/2GobffB
Hello. I have been curious about converting one of the company's apps I work for. In order to use our app, we require a device Id, model, platform, etc. Does anyone know if I could still pull device information within the app using flutter? Thank you so much
Submitted April 01, 2018 at 07:45AM by engadgetnerd
via reddit https://ift.tt/2GobffB
reddit
Pull Device info • r/FlutterDev
Hello. I have been curious about converting one of the company's apps I work for. In order to use our app, we require a device Id, model,...
Reddit: Flutter: Firebase Auth | Google Sign-In | Explained | Android & iOS
https://youtu.be/8M-Fa239Hy4
Submitted April 01, 2018 at 02:40PM by imthepk
via reddit https://ift.tt/2H0rAby
https://youtu.be/8M-Fa239Hy4
Submitted April 01, 2018 at 02:40PM by imthepk
via reddit https://ift.tt/2H0rAby
YouTube
Flutter: Firebase Setup | Auth | Google Sign-In | Explained | Android & iOS
In this example, we’ll learn how can we use firebase authentication and google sign in for both android and iOS. We will also see how to use firebase console.
Give star for this project on git and like the video.
Source Code - https://goo.gl/FuKGDF
Instagram…
Give star for this project on git and like the video.
Source Code - https://goo.gl/FuKGDF
Instagram…
Reddit: Flutter: Web Sockets Tutorial
https://youtu.be/S0KeKqQxDAQ
Submitted April 01, 2018 at 02:34PM by imthepk
via reddit https://ift.tt/2EaXgYH
https://youtu.be/S0KeKqQxDAQ
Submitted April 01, 2018 at 02:34PM by imthepk
via reddit https://ift.tt/2EaXgYH
YouTube
Flutter: Web Sockets Tutorial | Socket.io | WebSockets.org
In addition to normal HTTP requests, we can connect to servers using WebSockets. WebSockets allow for two-way communication with a server without polling.
In this example, we’ll connect to a test server provided by websocket.org. The server will simply send…
In this example, we’ll connect to a test server provided by websocket.org. The server will simply send…
Reddit: Where to put business logic?
Where do you put business logic in a Flutter app? I see several examples of how to display a form of data, or list of items, but not an app that contains a lot of logic. I did see a YT video where a Flutter mobile-app shared "80%" of its code with an AngularDart web-app, which I assume was the business logic. Or is Fluttter mostly for doing UI programs?
Submitted April 01, 2018 at 07:15PM by who1234567890
via reddit https://ift.tt/2GpcGdJ
Where do you put business logic in a Flutter app? I see several examples of how to display a form of data, or list of items, but not an app that contains a lot of logic. I did see a YT video where a Flutter mobile-app shared "80%" of its code with an AngularDart web-app, which I assume was the business logic. Or is Fluttter mostly for doing UI programs?
Submitted April 01, 2018 at 07:15PM by who1234567890
via reddit https://ift.tt/2GpcGdJ
reddit
Where to put business logic? • r/FlutterDev
Where do you put business logic in a Flutter app? I see several examples of how to display a form of data, or list of items, but not an app that...
GGroup: Flutter on iOS crashes when buit with fastlane.
Problem is s stated in subject. I have no why. Works fine with flutter run and flutter build then xcode archive, but build_ios_app in fastlane crashes when the app is opened. Fastfile: update_fastlane default_platform(:ios) platform :ios do desc "Push a new release to TestFlight" lane
Submitted April 01, 2018 at 08:12PM by Benjamin Misell
via Flutter Dev https://ift.tt/2GsaVkg
Problem is s stated in subject. I have no why. Works fine with flutter run and flutter build then xcode archive, but build_ios_app in fastlane crashes when the app is opened. Fastfile: update_fastlane default_platform(:ios) platform :ios do desc "Push a new release to TestFlight" lane
Submitted April 01, 2018 at 08:12PM by Benjamin Misell
via Flutter Dev https://ift.tt/2GsaVkg
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.
Reddit: the4thfloor/built_viewmodel.dart
https://ift.tt/2J9sdQG
Submitted April 01, 2018 at 09:09PM by ralphbergmann
via reddit https://ift.tt/2pXqNjl
https://ift.tt/2J9sdQG
Submitted April 01, 2018 at 09:09PM by ralphbergmann
via reddit https://ift.tt/2pXqNjl
GitHub
the4thfloor/built_viewmodel.dart
built_viewmodel.dart - ViewModel generator for Flutter
GGroup: Big app size apk install issue
Hello here, I am new in android dev with flutter, i am trying the examples in the getStart tutorial from Flutter.io/docs it is looking better, UI , feature and language structure code but when i am trying to run the exemple in my android phone the simple app take a big size. in my case 52 Mo.
Submitted April 02, 2018 at 04:47AM by Shukuru Victor
via Flutter Dev https://ift.tt/2IiPajm
Hello here, I am new in android dev with flutter, i am trying the examples in the getStart tutorial from Flutter.io/docs it is looking better, UI , feature and language structure code but when i am trying to run the exemple in my android phone the simple app take a big size. in my case 52 Mo.
Submitted April 02, 2018 at 04:47AM by Shukuru Victor
via Flutter Dev https://ift.tt/2IiPajm
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.
GGroup: Can anyone comment on when or if the CL 48481 fix has been pushed into flutters version of the dart
https://ift.tt/2pVUi5X could some please respond to the question here as its critical to some of us?
Submitted April 02, 2018 at 06:17AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2GtCLsi
https://ift.tt/2pVUi5X could some please respond to the question here as its critical to some of us?
Submitted April 02, 2018 at 06:17AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2GtCLsi
GitHub
Dart 2 - "implementation limit" requires const or new for most widgets #15590
[√] Flutter (Channel master, v0.2.2-pre.55, on Microsoft Windows [Version 10.0.16299.309], locale en-US) • Flutter version 0.2.2-pre.55 • Framework revision c640b19167 (7 hours ago), 2018-0...
GGroup: Creating archive fails in xcode 9.2
Hi, I have faced an issue when creating archive in xcode 9.2. I have created the certificate signing request in keychain access. I have created the certificates -on development and created the provisioning profiles - on development. I have attached the screenshot here, find the attachment.
Submitted April 02, 2018 at 08:11AM by karthic...@gmail.com
via Flutter Dev https://ift.tt/2Je2xSS
Hi, I have faced an issue when creating archive in xcode 9.2. I have created the certificate signing request in keychain access. I have created the certificates -on development and created the provisioning profiles - on development. I have attached the screenshot here, find the attachment.
Submitted April 02, 2018 at 08:11AM by karthic...@gmail.com
via Flutter Dev https://ift.tt/2Je2xSS
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.