<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog @ SIB Visions &#187; Flutter</title>
	<atom:link href="http://blog.sibvisions.com/tag/flutter/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Mon, 30 Mar 2026 11:14:36 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Big News! We&#039;ve reached the next level with Flutter 3.41</title>
		<link>https://blog.sibvisions.com/2026/03/16/big-news-weve-reached-the-next-level-with-flutter-3-41/</link>
		<comments>https://blog.sibvisions.com/2026/03/16/big-news-weve-reached-the-next-level-with-flutter-3-41/#comments</comments>
		<pubDate>Mon, 16 Mar 2026 07:00:45 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9384</guid>
		<description><![CDATA[We have good-actually, great-news for you!
Our Flutter UI is now fully compatible with the latest Flutter version (3.41). We've put in the work to ensure you have full access to all the newest features Flutter has to offer.
During this process, we noticed that json_dynamic_widget is no longer being actively maintained. (We completely understand the developers' [...]]]></description>
			<content:encoded><![CDATA[<p>We have good-actually, great-news for you!</p>
<p>Our Flutter UI is now fully compatible with the latest Flutter version (3.41). We've put in the work to ensure you have full access to all the newest features Flutter has to offer.</p>
<p>During this process, we noticed that <a href="https://pub.dev/packages/json_dynamic_widget">json_dynamic_widget</a> is no longer being actively maintained. (We completely understand the <a href="https://github.com/peiffer-innovations/peiffer-innovations.github.com">developers' reasons</a>, but as you know us: "Impossible" isn't in our vocabulary.)</p>
<p>That's why we've pivoted our implementation to the officially Google-supported solution: <a href="https://pub.dev/packages/rfw">Remote Flutter Widgets (rfw)</a>. This brings us much closer to the Flutter core, as widgets can now be used directly in the definition file. This makes everything significantly more readable. Furthermore, there's a massive performance boost to be gained by saving templates in binary format - which we already support! In a direct comparison, <strong>rfw</strong> wins by a landslide; even with large datasets, everything remains buttery smooth. The unexpected switch has already paid off!</p>
<p><strong>Why didn't we use rfw from the start?</strong> Simply because not everything was production-ready when we first tested it, and <a href="https://pub.dev/packages/json_dynamic_widget">json_dynamic_widget</a> was performing exceptionally well at the time.</p>
<p>This new version isn't just a compatibility upgrade; it's packed with new features:</p>
<ul>
<li><strong>Copy-to-clipboard button</strong> in editors (optional)</li>
<li style="padding-top: 8px"><strong>Biometric/PIN security</strong> (per app, per screen, or per button press)</li>
<li style="padding-top: 8px"><strong>Title bar styling</strong> (e.g., matching screen colors)</li>
<li style="padding-top: 8px"><strong>Customizable icons</strong></li>
<li style="padding-top: 8px"><strong>Client-side data encryption</strong></li>
<li style="padding-top: 8px"><strong>Empty state info text</strong> for menus</li>
<li style="padding-top: 8px"><strong>Geo-location access</strong> with alerts if location services are disabled</li>
<li style="padding-top: 8px"><strong>Caching</strong> for small images</li>
<li style="padding-top: 8px"><strong>Binary data types</strong> are now natively recognized</li>
<li style="padding-top: 8px"><strong>Password input</strong> with quality indicators (optional)</li>
<li style="padding-top: 8px"><strong>Toggle visibility</strong> for password inputs (optional)</li>
<li style="padding-top: 8px"><strong>Multi-factor authentication</strong> fixes and a fresh new look</li>
<li style="padding-top: 8px"><strong>Background images</strong> for masks or menus via API</li>
<li style="padding-top: 8px"><strong>Safe Area color</strong> customizable via API</li>
<li style="padding-top: 8px"><strong>Request reduction</strong> for better efficiency</li>
<li style="padding-top: 8px"><strong>Full support</strong> for all FontAwesome and Material Icons (by name)</li>
</ul>
<p>We'll be diving deeper into these features over the coming weeks, but for now: it's just awesome!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/03/16/big-news-weve-reached-the-next-level-with-flutter-3-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client-side encoding of records</title>
		<link>https://blog.sibvisions.com/2026/02/23/client-side-encoding-of-records/</link>
		<comments>https://blog.sibvisions.com/2026/02/23/client-side-encoding-of-records/#comments</comments>
		<pubDate>Mon, 23 Feb 2026 13:00:40 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9370</guid>
		<description><![CDATA[We've just shipped an absolutely fantastic new feature that many of you will love. Starting now, you can store values fully encrypted in your backend/database - transparently, securely, and without ever exposing plaintext on the server. All you need is a client-side token that lives exclusively in secure storage on the device. The backend and [...]]]></description>
			<content:encoded><![CDATA[<p>We've just shipped an <strong>absolutely fantastic new feature</strong> that many of you will love. Starting now, you can store values <strong>fully encrypted</strong> in your backend/database - transparently, securely, and without ever exposing plaintext on the server. All you need is a client-side token that lives exclusively in secure storage on the device. The backend and the database only ever see encrypted bytes. When the data is read, it's automatically decrypted on the client. In other words: <strong>your app never has to persist unencrypted data again</strong>.</p>
<p>This is a highly specialized capability, but incredibly powerful. If you're building something like a password manager that syncs credentials across devices, this feature is a game-changer. Passwords never appear in plaintext on the server - even if someone were to gain direct database access due to a security flaw, they'd only see encrypted blobs.</p>
<p><strong>How does it work?</strong></p>
<p>You simply mark the columns you want encrypted:</p>
<div class="codesnip-container" >
<div class="java codesnip" style="font-family:monospace;">book.<span class="me1">getRowDefinition</span><span class="br0">&#40;</span><span class="br0">&#41;</span>.<span class="me1">addColumnDefinition</span><span class="br0">&#40;</span><br />
&nbsp; <span class="kw1">new</span> ColumnDefinition<span class="br0">&#40;</span><span class="st0">&quot;PASSWORD&quot;</span>, <span class="kw1">new</span> EncodedBinaryDataType<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><br />
<span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>The corresponding database column must use a binary data type (not text).<br />
That's literally all the setup required.</p>
<p>When the user opens the screen in your app, they'll be prompted for a token. This token is stored securely on the device, never displayed, and used solely for encryption and decryption. Each application can use its own token. You can also delete the token to force re-entry whenever needed.</p>
<p><strong>How it looks like?</strong><br />
<center></p>
<table>
<tr>
<td>
<div id="attachment_9377" class="wp-caption aligncenter nomargin" style="width: 257px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/02/token_input.png" rel="lightbox[9370]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/02/token_input-247x300.png" alt="Enter token" title="token_input" width="247" height="300" class="size-medium wp-image-9377" /></a><p class="wp-caption-text">Enter token</p></div></td>
<td style="width: 15px;"></td>
<td><div id="attachment_9379" class="wp-caption aligncenter nomargin" style="width: 196px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/02/token_delete.png" rel="lightbox[9370]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/02/token_delete-186x300.png" alt="Delete token" title="token_delete" width="186" height="300" class="size-medium wp-image-9379" /></a><p class="wp-caption-text">Delete token</p></div>
</td>
</tr>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/02/23/client-side-encoding-of-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx&#039; Flutter feature preview</title>
		<link>https://blog.sibvisions.com/2025/11/11/jvx-flutter-feature-preview/</link>
		<comments>https://blog.sibvisions.com/2025/11/11/jvx-flutter-feature-preview/#comments</comments>
		<pubDate>Tue, 11 Nov 2025 16:05:27 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[JVx.mobile]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9184</guid>
		<description><![CDATA[We have some great news for you!
We tried to improve our picklist = combobox = linked cell editor visually. And the result is so cool.
We played around with different styles like bottom sheet and popup. A bottom sheet is very common on iOS but not on Android devices. A popup is a usual method.
Our current [...]]]></description>
			<content:encoded><![CDATA[<p>We have some great news for you!</p>
<p>We tried to improve our <em>picklist = combobox = linked</em> cell editor visually. And the result is so cool.</p>
<p>We played around with different styles like bottom sheet and popup. A bottom sheet is very common on iOS but not on Android devices. A popup is a usual method.<br />
Our current implementation is a popup but it looks like a dialog. It's not bad but not cool enough.<br />
The visual difference is big but it's always the same control.<br />
<br/><br />
<strong>Some impressions</strong></p>
<p>Every video first shows the good old <em>linked cell editor = combobox = picklist</em> and then a new variant of the same editor.<br />
<center></p>
<table style="table-layout: fixed;">
<tr>
<td style="max-width: 208;">
<video width="208" height="408" controls><br />
  <source src="https://blog.sibvisions.com/wp-content/uploads/2025/11/linked_popup_default2.mp4" type="video/mp4"><br />
Not supported<br />
</video><br />
<center><br />
This could be the new default<br />
implementation, because the<br />
animation is not too pushy.<br />
</center>
</td>
<td style="width: 40px;"></td>
<td style="width: 208px;">
<video width="208" height="408" controls><br />
  <source src="https://blog.sibvisions.com/wp-content/uploads/2025/11/linked_bottom2.mp4" type="video/mp4"><br />
Not supported<br />
</video><br />
<center><br />
The bottom sheet variant.<br />
</center>
</td>
</tr>
<tr>
<td style="height: 40px;"></td>
</tr>
<tr>
<td>
<video width="208" height="408" controls><br />
  <source src="https://blog.sibvisions.com/wp-content/uploads/2025/11/linked_popup_jump2.mp4" type="video/mp4"><br />
Not supported<br />
</video><br />
<center><br />
As popup below the editor with<br />
pushy animation.<br />
</center>
</td>
<td style="width: 40px;"></td>
<td>
<video width="208" height="408" controls><br />
  <source src="https://blog.sibvisions.com/wp-content/uploads/2025/11/linked_popup_down2.mp4" type="video/mp4"><br />
Not supported<br />
</video><br />
<center><br />
As popup below the editor with<br />
fade-in animation.<br />
</center>
</td>
</tr>
<tr>
<td style="height: 40px;"></td>
</tr>
<tr>
<td>
<video width="208" height="408" controls><br />
  <source src="https://blog.sibvisions.com/wp-content/uploads/2025/11/linked_popup_roll2.mp4" type="video/mp4"><br />
Not supported<br />
</video><br />
<center><br />
As popup below the editor with<br />
menu animation.<br />
</center>
</td>
</tr>
<tr>
<td style="height: 25px;"></td>
</tr>
</table>
<p></center>The best of all is that we support all shown variants. It's possible to mix modes, just define the style like:</p>
<div class="codesnip-container" >editor.addStyleNames("f_as_popup")</div>
<p>We support following style names: </p>
<ul>
<li><strong>f_as_dialog</strong></li>
<li><strong>f_as_bottomsheet</strong></li>
<li><strong>f_as_popup</strong></li>
</ul>
<p>Styles for popup animation: </p>
<ul>
<li><strong>f_popup_jump</strong></li>
<li><strong>f_popup_fade_in_bounce</strong> (default)</li>
<li><strong>f_popup_fade_in_down</strong></li>
<li><strong>f_popup_fade_in_roll_down</strong></li>
</ul>
<p>As usual, code is available in our <a href="https://github.com/sibvisions/flutter_jvx">github repo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2025/11/11/jvx-flutter-feature-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx&#039; native Flutter client 3.3.0 is available</title>
		<link>https://blog.sibvisions.com/2025/11/04/jvx-native-flutter-client-3-3-0-is-available/</link>
		<comments>https://blog.sibvisions.com/2025/11/04/jvx-native-flutter-client-3-3-0-is-available/#comments</comments>
		<pubDate>Tue, 04 Nov 2025 16:21:28 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9167</guid>
		<description><![CDATA[We're happy to announce that our native JVx' flutter client 3.3.0 is stable and available.
It's now flutter 3.35 compatible, supports Android' 16KB Page size and is ready for Android SDK 36.
We’ve invested a lot of time in improving stability and performance. Layout rendering should now operate somewhat faster than before. Additionally, we’ve implemented push and [...]]]></description>
			<content:encoded><![CDATA[<p>We're happy to announce that our native JVx' flutter client 3.3.0 is stable and available.</p>
<p>It's now flutter 3.35 compatible, supports Android' 16KB Page size and is ready for Android SDK 36.</p>
<p>We’ve invested a lot of time in improving stability and performance. Layout rendering should now operate somewhat faster than before. Additionally, we’ve implemented push and deep links in a way that allows the application to update its display using pure parameters. For example, it’s now possible to update individual fields or open entire screens and select specific data records within them.</p>
<p><strong>How it works?</strong></p>
<p><center><br />
<div id="attachment_9169" class="wp-caption aligncenter nomargin" style="width: 330px"><a href="https://blog.sibvisions.com/wp-content/uploads/2025/11/deeplink.gif" rel="lightbox[9167]"><img src="https://blog.sibvisions.com/wp-content/uploads/2025/11/deeplink.gif" alt="Deep link example" title="deeplink" width="320" height="692" class="size-full wp-image-9169" /></a><p class="wp-caption-text">Deep link example</p></div><br />
</center></p>
<p>The app runs on a real device. It has a simple screen with a button which will send an email with two links in it. The first will open the app and sets an application parameter. This parameter will be shown as text of a text field. The second link will open a specific screen and scrolls to a specific record.</p>
<p>Our implementation of native push:</p>
<p><center><br />
<div id="attachment_9177" class="wp-caption aligncenter" style="width: 330px"><a href="https://blog.sibvisions.com/wp-content/uploads/2025/11/nativepush.gif" rel="lightbox[9167]"><img src="https://blog.sibvisions.com/wp-content/uploads/2025/11/nativepush.gif" alt="Native push" title="nativepush" width="320" height="692" class="size-full wp-image-9177" /></a><p class="wp-caption-text">Native push</p></div><br />
</center></p>
<p>The app receives a push message while running and shows a local notification. If you tap the notification, the app will be opened as well. In this demo, we don't tap the notification.</p>
<p>The project, as always, can be found on <a href="https://github.com/sibvisions/flutter_jvx">github</a>.</p>
<p>We’ll be updating our VisionX Previewer app in the next few days and releasing it in the stores.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2025/11/04/jvx-native-flutter-client-3-3-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx Flutter UI with Google&#039; IDX</title>
		<link>https://blog.sibvisions.com/2025/03/28/jvx-flutter-ui-with-google-idx/</link>
		<comments>https://blog.sibvisions.com/2025/03/28/jvx-flutter-ui-with-google-idx/#comments</comments>
		<pubDate>Fri, 28 Mar 2025 18:48:33 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[IDX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9099</guid>
		<description><![CDATA[If you don't know IDX, you should read more about it!
In short, it's development workspace in the cloud.
Not interested because cloud development environments are not new?
Stop reading and have a nice day  
IDX is different!
It's still beta, but it's so cool and it already works. The cool thing is the architecture and the visions [...]]]></description>
			<content:encoded><![CDATA[<p>If you don't know <a href="https://idx.dev/">IDX</a>, you should read more about it!</p>
<p>In short, it's development workspace in the cloud.<br />
Not interested because cloud development environments are not new?<br />
<em>Stop reading and have a nice day <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
<p><strong>IDX is different!</strong><br />
It's still beta, but it's so cool and it already works. The cool thing is the <a href="https://idx.dev/blog/article/how-we-built-project-idx-a-high-level-overview">architecture</a> and the visions behind it.</p>
<p>We tried different cloud dev environments in the past but IDX is the first which worked like expected. One click and everything will be up and running, super fast, easy to manage (because it just works). </p>
<p>Our use-case is simple. Create a mobile demo app with <a href="https://github.com/sibvisions/flutter_jvx">Flutter UI</a> like our <a href="https://github.com/sibvisions/flutter_jvx.example">example app</a>.</p>
<p>It was super easy because copy/paste of source files was enough. Here's the result:</p>
<table>
<tr>
<td><div id="attachment_9100" class="wp-caption alignnone nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2025/03/idx_flutter_jvx_android.png" rel="lightbox[9099]"><img src="https://blog.sibvisions.com/wp-content/uploads/2025/03/idx_flutter_jvx_android-300x217.png" alt="Flutter UI Android preview" title="idx_flutter_jvx_android" width="300" height="217" class="size-medium wp-image-9100" /></a><p class="wp-caption-text">Flutter UI Android preview</p></div></td>
<td style="width: 20px">&nbsp;</td>
<td><div id="attachment_9101" class="wp-caption alignnone nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2025/03/idx_flutter_jvx_web.png" rel="lightbox[9099]"><img src="https://blog.sibvisions.com/wp-content/uploads/2025/03/idx_flutter_jvx_web-300x217.png" alt="Flutter UI web preview" title="idx_flutter_jvx_web" width="300" height="217" class="size-medium wp-image-9101" /></a><p class="wp-caption-text">Flutter UI Web preview</p></div></td>
</tr>
</table>
<p>To be honest, it wasn't possible to develop without manual configuration because supported flutter version was too old. But a simple </p>
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;">flutter channel stable</div>
</div>
<p>fixed this problem. The Android emulator preview had some problems and didn't work at first but it suddenly worked. We have no idea why, but IDX is beta. The overall performance is not super fast but the IDE part itself is fast enough. The preview and build could be better. Also the Android simulator integration lacks.</p>
<p>But if everything would be configured by a custom template, your online IDE is ready in 30 seconds - ready to work.</p>
<p>For us it's not a replacement for desktop development but it's perfect for collaboration or if you need complex environments e.g. docker, databases. It makes sense to create a development environment in some seconds and share the environment with your team or just to provide a development environment for Low-Code citizen developers. Not every citizen developer has the skill to configure a development environment. But a click on a link and modifying existing files is not a problem.</p>
<p>If you're interested, just try out IDX on your own.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2025/03/28/jvx-flutter-ui-with-google-idx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX Previewer App 3.2.0 is available</title>
		<link>https://blog.sibvisions.com/2024/12/23/visionx-previewer-app-3-2-0-is-available/</link>
		<comments>https://blog.sibvisions.com/2024/12/23/visionx-previewer-app-3-2-0-is-available/#comments</comments>
		<pubDate>Mon, 23 Dec 2024 07:12:18 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9036</guid>
		<description><![CDATA[Our VisionX Previewer App 3.2.0 is available. PLEASE read this article BEFORE updating the app.
It's a performance and feature release for flutter 3.24.
The new version fully supports table cell formatting (Cell profiles), fixed table cell size calculation, improved image loading and caching (no more flickering), supports full-screen content without safe are (optional), contains new date [...]]]></description>
			<content:encoded><![CDATA[<p>Our VisionX Previewer App 3.2.0 is <a href="https://play.google.com/store/apps/details?id=com.sibvisions.previewer&#038;hl=de_AT&#038;gl=US">available</a>. PLEASE read <a href="https://blog.sibvisions.com/2024/12/18/visionx-previewer-app-3-2/">this article</a> BEFORE updating the app.</p>
<p>It's a performance and feature release for flutter 3.24.</p>
<p>The new version fully supports table cell formatting (Cell profiles), fixed table cell size calculation, improved image loading and caching (no more flickering), supports full-screen content without safe are (optional), contains new date and time picker components and comes with updated dependencies.</p>
<p>With next version we will use <a href="https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c">flutter 3.27</a> and later.</p>
<p>A full changelog is available <a href="https://github.com/sibvisions/flutter_jvx/compare/3.1...3.2">here</a> and information about <a href="https://github.com/sibvisions/flutter_jvx/milestone/4?closed=1">3.2.0</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2024/12/23/visionx-previewer-app-3-2-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX Previewer App 3.1.0 is available</title>
		<link>https://blog.sibvisions.com/2024/02/29/visionx-previewer-app-3-1-0-is-available/</link>
		<comments>https://blog.sibvisions.com/2024/02/29/visionx-previewer-app-3-1-0-is-available/#comments</comments>
		<pubDate>Thu, 29 Feb 2024 09:47:28 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=8841</guid>
		<description><![CDATA[Our VisionX Previewer App 3.1.0 is available.
It's a small feature release for dark mode support.
Some impressions















































]]></description>
			<content:encoded><![CDATA[<p>Our VisionX Previewer App 3.1.0 is <a href="https://play.google.com/store/apps/details?id=com.sibvisions.previewer&#038;hl=de_AT&#038;gl=US">available</a>.</p>
<p>It's a small feature release for dark mode support.</p>
<p>Some impressions</p>
<p><center></p>
<table>
<tr>
<td><div id="attachment_8844" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_overview_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_overview_black-156x300.png" alt="App overview black" title="result_overview_black" width="156" height="300" class="size-medium wp-image-8844" /></a><p class="wp-caption-text">App overview black</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8850" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_splash_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_splash_black-156x300.png" alt="Splash black" title="result_splash_black" width="156" height="300" class="size-medium wp-image-8850" /></a><p class="wp-caption-text">Splash black</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8853" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_menu_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_menu_black-156x300.png" alt="Menu black" title="result_menu_black" width="156" height="300" class="size-medium wp-image-8853" /></a><p class="wp-caption-text">Menu black</p></div></td>
</tr>
</table>
<table>
<tr>
<td><div id="attachment_8845" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_overview.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_overview-156x300.png" alt="App overview" title="result_overview" width="156" height="300" class="size-medium wp-image-8845" /></a><p class="wp-caption-text">App overview</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8849" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_splash.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_splash-156x300.png" alt="Splash" title="result_splash" width="156" height="300" class="size-medium wp-image-8849" /></a><p class="wp-caption-text">Splash</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8852" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_menu.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_menu-156x300.png" alt="Menu" title="result_menu" width="156" height="300" class="size-medium wp-image-8852" /></a><p class="wp-caption-text">Menu</p></div></td>
</tr>
</table>
<div style="display: block; height: 30px"></div>
<table>
<tr>
<td><div id="attachment_8856" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_login_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_login_black-156x300.png" alt="Login black" title="result_login_black" width="156" height="300" class="size-medium wp-image-8856" /></a><p class="wp-caption-text">Login black</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8859" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_screen_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_screen_black-156x300.png" alt="Screen black" title="result_screen_black" width="156" height="300" class="size-medium wp-image-8859" /></a><p class="wp-caption-text">Screen black</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8862" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_drawer_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_drawer_black-156x300.png" alt="Menu black" title="result_drawer_black" width="156" height="300" class="size-medium wp-image-8862" /></a><p class="wp-caption-text">Menu black</p></div></td>
</tr>
</table>
<table>
<tr>
<td><div id="attachment_8855" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_login.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_login-156x300.png" alt="Login" title="result_login" width="156" height="300" class="size-medium wp-image-8855" /></a><p class="wp-caption-text">Login</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8858" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_screen.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_screen-156x300.png" alt="Screen" title="result_screen" width="156" height="300" class="size-medium wp-image-8858" /></a><p class="wp-caption-text">Screen</p></div></td>
<td style="width: 5px;"></td>
<td><div id="attachment_8861" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_drawer.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_drawer-156x300.png" alt="Menu" title="result_drawer" width="156" height="300" class="size-medium wp-image-8861" /></a><p class="wp-caption-text">Menu</p></div></td>
</tr>
</table>
<div style="display: block; height: 30px"></div>
<table>
<tr>
<td></td>
<td style="width: 5px;"></td>
<td></td>
<td style="width: 5px;"></td>
<td></td>
</tr>
</table>
<table>
<tr>
<td><div id="attachment_8865" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_settings_black.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_settings_black-156x300.png" alt="Settings black" title="result_settings_black" width="156" height="300" class="size-medium wp-image-8865" /></a><p class="wp-caption-text">Settings black</p></div></td>
<td style="width: 5px;"</td>
<td><div id="attachment_8864" class="wp-caption alignnone nomargin" style="width: 166px"><a href="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_settings.png" rel="lightbox[8841]"><img src="https://blog.sibvisions.com/wp-content/uploads/2024/02/result_settings-156x300.png" alt="Settings" title="result_settings" width="156" height="300" class="size-medium wp-image-8864" /></a><p class="wp-caption-text">Settings</p></div></td>
</tr>
</table>
<p></center></p>
<p>A full changelog is available <a href="https://github.com/sibvisions/flutter_jvx/compare/3.0...3.1">here</a> and information about the <a href="https://github.com/sibvisions/flutter_jvx/milestone/16?closed=1">3.1.0</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2024/02/29/visionx-previewer-app-3-1-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX Previewer App 3.0.3 is available</title>
		<link>https://blog.sibvisions.com/2023/12/30/visionx-previewer-app-3-0-3-is-available/</link>
		<comments>https://blog.sibvisions.com/2023/12/30/visionx-previewer-app-3-0-3-is-available/#comments</comments>
		<pubDate>Sat, 30 Dec 2023 08:57:24 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=8836</guid>
		<description><![CDATA[Our VisionX Previewer App 3.0.3 is available.
It's a feature release!

 Save file action AND optional Show file
 ReadOnlyChecker support
 Change base URL for multiple apps with same base URL
 Activate Screen support
 Charts and Gauges reimplementation
 Native push support
 Barcode support for (QR) Scanner
 Application now knows dark/light mode
 ...
 Bugfixes

A full changelog is available [...]]]></description>
			<content:encoded><![CDATA[<p>Our VisionX Previewer App 3.0.3 is <a href="https://play.google.com/store/apps/details?id=com.sibvisions.previewer&#038;hl=de_AT&#038;gl=US">available</a>.</p>
<p>It's a feature release!</p>
<ul>
<li> Save file action AND optional Show file</li>
<li> ReadOnlyChecker support</li>
<li> Change base URL for multiple apps with same base URL</li>
<li> Activate Screen support</li>
<li> Charts and Gauges reimplementation</li>
<li> Native push support</li>
<li> Barcode support for (QR) Scanner</li>
<li> Application now knows dark/light mode</li>
<li> ...</li>
<li> Bugfixes</li>
</ul>
<p>A full changelog is available <a href="https://github.com/sibvisions/flutter_jvx/compare/2.9...3.0">here</a> and information about the <a href="https://github.com/sibvisions/flutter_jvx/milestone/15?closed=1">3.0.3</a>, <a href="https://github.com/sibvisions/flutter_jvx/milestone/14?closed=1">3.0.2</a>, <a href="https://github.com/sibvisions/flutter_jvx/milestone/12?closed=1">3.0.1</a>, <a href="https://github.com/sibvisions/flutter_jvx/milestone/11?closed=1">3.0.0</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2023/12/30/visionx-previewer-app-3-0-3-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX Previewer App 2.9.0 is available</title>
		<link>https://blog.sibvisions.com/2023/07/06/visionx-previewer-app-2-9-0-is-available/</link>
		<comments>https://blog.sibvisions.com/2023/07/06/visionx-previewer-app-2-9-0-is-available/#comments</comments>
		<pubDate>Thu, 06 Jul 2023 10:40:53 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=8819</guid>
		<description><![CDATA[Our VisionX Previewer App 2.9.0 is available.
It's a feature release!

 It's now possible to close a screen via menu (small x beside the text). 
 The table selection is now super fast. We removed the delay between click and select record. 
 It's now possible to change the application name
 Linked cell editors now support [...]]]></description>
			<content:encoded><![CDATA[<p>Our VisionX Previewer App 2.9.0 is <a href="https://play.google.com/store/apps/details?id=com.sibvisions.previewer&#038;hl=de_AT&#038;gl=US">available</a>.</p>
<p>It's a feature release!</p>
<ul>
<li> It's now possible to close a screen via menu (small x beside the text). </li>
<li> The table selection is now super fast. We removed the delay between click and select record. </li>
<li> It's now possible to change the application name</li>
<li> Linked cell editors now support concat masks</li>
<li> Improved offline sync and user messages</li>
<li> New retry feature for offline -> online</li>
<li> Html editor support for contenttype/html</li>
<li> ...</li>
<li> Bugfixes</li>
</ul>
<p>A full changelog is available <a href="https://github.com/sibvisions/flutter_jvx/compare/2.6...2.9">here</a> and information about the <a href="https://github.com/sibvisions/flutter_jvx/issues?q=is%3Aissue+milestone%3A2.9.0+is%3Aclosed">2.9.0</a>, <a href="https://github.com/sibvisions/flutter_jvx/issues?q=is%3Aissue+milestone%3A2.8.0+is%3Aclosed">2.8.0</a>, <a href="https://github.com/sibvisions/flutter_jvx/issues?q=is%3Aissue+milestone%3A2.7.0+is%3Aclosed">2.7.0</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2023/07/06/visionx-previewer-app-2-9-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX Previewer App 2.6.0 is available</title>
		<link>https://blog.sibvisions.com/2023/05/16/visionx-previewer-app-2-6-0-is-available/</link>
		<comments>https://blog.sibvisions.com/2023/05/16/visionx-previewer-app-2-6-0-is-available/#comments</comments>
		<pubDate>Tue, 16 May 2023 07:23:30 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[VisionX Previewer]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=8810</guid>
		<description><![CDATA[Our VisionX Previewer App 2.6.0 is available.
It's not just an update release, it's a release with many new features!
An impression is available here. 
The new app overview makes our previewer app a multi previewer app. Use one application to manage all your VisionX applications and switch between the apps. 
A full changelog is available here
]]></description>
			<content:encoded><![CDATA[<p>Our VisionX Previewer App 2.6.0 is <a href="https://play.google.com/store/apps/details?id=com.sibvisions.previewer&#038;hl=de_AT&#038;gl=US">available</a>.</p>
<p>It's not just an update release, it's a release with many new features!</p>
<p>An impression is available <a href="https://blog.sibvisions.com/2023/03/15/mobile-ui-upcoming-release/">here</a>. </p>
<p>The new app overview makes our previewer app a multi previewer app. Use one application to manage all your VisionX applications and switch between the apps. </p>
<p>A full changelog is available <a href="https://github.com/sibvisions/flutter_jvx/compare/v2.6.0...main">here</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2023/05/16/visionx-previewer-app-2-6-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
