Framework Markup Language

Framework Markup Language

Develop and Test FML Templates

开发者: Jeff Olajos

中国
APP ID 复制
1629916140
价格
免费
内购
0个评分
软件开发工具(免费)
昨日下载量
最近更新
2024-11-16
最早发布
2022-06-22
版本统计
  • 295天4小时

    最新版本上线距今

  • 3

    近1年版本更新次数

  • 2022-06-22

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 3.3.4

    版本更新日期

    2024-11-16

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    Fixed an introduced navigation bug from 3.3.3

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    The FML app allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
  • 版本: 3.3.3

    版本更新日期

    2024-11-14

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    Stabilized to coincide with the documentation.

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    The FML app allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
  • 版本: 3.3.1

    版本更新日期

    2024-09-11

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    Updated version of flutter and added code injection.

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    The FML app allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
  • 版本: 3.2.0

    版本更新日期

    2024-08-27

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    See changes at fml.dev and in the github!

    应用描述

    暂无应用描述数据

  • 版本: 3.0.1

    版本更新日期

    2024-06-18

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    3.0.1 includes minor bug fixes and new branding.

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    The FML app allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
  • 版本: 3.0.0

    版本更新日期

    2024-05-27

    Framework Markup Language

    Framework Markup Language

    Develop and Test FML Templates

    更新日志

    Version 3.0.0 pre release comes with a host of new features! Check out the documentation on the wiki and fml.dev for more information.

    应用描述

    暂无应用描述数据

  • 版本: 2.0.1

    版本更新日期

    2023-06-24

    Flutter Markup Language

    Flutter Markup Language

    Develop and Test FML Templates

    更新日志


    General bug fixes from early 2.0.0, remedied inconsistencies and a few new additions:

    New/Improved Features:

    - Added datetime functions

    - Improved code editor widget sizing
    - Consolidated color helper



    Breaking Changes:


    - The #rrggbb color code now complies with expectations when adding alpha, is now #rrggbbaa rather than starting with opacity (previously #aarrggbb).
    - The substring([negativevalue]) now functions as substring([negativevalue], 0) by default instead of substring(0,[negativevalue]))



    Bug Fixes:

    - Header sizing and box attribute inheritance
    - Fixed popover to inherit from a datasource
    - Fixed sample app package
    - Fixed calculations for safearea and insets
    - Fix for animation controller getting the wrong type
    - Fix for HTML on linux
    - Gave datasources observables to notify changes
    - Fixed PIVOT datasource
    - Fix for TABLE to build from PIVOT datasource
    - Fix for chart series labels
    - Fix for bindings in chart
    - Fix for bindings in table
    - Fix for bindings in pager
    - CHART no longer crashes when missing a datasource
    - Grid binds correctly and is selectable
    - Chart displays without data
    - Button text color no longer is hidden by being the incorrect color
    - Tree map chart and list all size correctly with flex=
    - Paint crash with rendering error fixed on pie chart
    - Added even margins on button by default
    - Fixed null issue for list data
    - Updated firebase dependencies

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    Flutter Markup Language Application allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started.
  • 版本: 2.0.0

    版本更新日期

    2023-06-14

    Flutter Markup Language

    Flutter Markup Language

    Develop and Test FML Templates

    更新日志

    Welcome to Flutter Markup Language Version 2.0.0! We have some exciting upgrades that make a massive difference in both performance, ease of templating, and more!

    NEW:
    - New ALARM widget added for all FormFields.
    - New FIELD widget added for non visual data within forms.
    - New constraint system for added performance and predictability of layout.
    - All layout widgets now inherit BOX's decoration attributes, and have a defined layout structure.
    - SBOX created as a shorthand for a non expanding box.
    - Added LABEL to chart.
    - Added set() event to datasources to fill data.
    - Added distance() eval to compute haversine distance between two coordinates.
    - Added selectable lists, and grids, and the ability to bind to a list item prototype
    - Added onclick to list item
    - Added selectable text
    - Added codeblock into text markdown, improved parsing
    - Added SUBQUERY widget to allow for nested datasources to make rest calls.

    IMPROVED:
    - VIDEO Widget switch to conform with licenses.
    - All FormField widgets have a consistent and controllable error state set by the system, widget, or alarm widget level.
    - Error handling for camera screen tap improved.
    - Improved splash and NFC prompts.
    - Improved toast() event.
    - Allow FORM to autofill from a data="datasource" base on field id's.
    - STASH is now an accessable datasource.
    - Improved pager with currentpage property.
    - Remove stash keys when values are null.
    - Improvements to theme colors on LIST.
    - Button and label sizing and alignment improved.
    - Improved MODAL with location based opening, better styled buttons.
    - Improved CHART axis label sizing.
    - Improved CHART axis visibility with data.
    - Truncate CHART Y axis values at a certain length.
    - Font size on CHART legend for better visibility.
    - CHART theme improved.
    - CHART added datetime axis tick lines.
    - MAP MARKER now allows for any widget as child.
    - MAP can now take multiple layers.
    - CHART y axis added numeric tick lines.
    - CHART selection enabled.
    - Improved default layout size, color, and structure of all formfield widgets.
    - Allowed check and radio to have a fully clickable label area to select option.
    - Onfail on GPS datasource.
    - POPOVER now takes a data="" datasource to create a list of items.
    - FORM inherits box layout removing the need to nest layout widgets in each form.
    - Fix typeahead hint color
    - Allow ALARM to bind to this. to get value of parent
    - MAP now fully operational with better zooming
    - Colored emojis now working
    - Allow scroller to have expand="false"
    - Fixed constraints on SIZE animation
    - Added % size for min and max dimensions

    BREAKING CHANGES:
    - The base layout and constraint system have been upgraded and ruleset altered. You can see the new layout basics and layout rules in the wiki for the full overview.

    See the full list on the GitHub release notes: https://github.com/AppDaddy-Software-Solutions-Inc/Flutter-Markup-Language/releases/tag/V2.0.0

    应用描述

    暂无应用描述数据

  • 版本: 1.3.0

    版本更新日期

    2023-03-23

    Flutter Markup Language

    Flutter Markup Language

    Develop and Test FML Templates

    更新日志

    Features and Improvements:

    - Complete redo of TOOLTIP. Tooltip can now take other children, and is the child of a widget. Can also be opened and closed using events.
    - Rewrite of animations. Animations are now children of the widget that is being animated. Multiple animations can be passed to the main widget as individual animations, or synced animations using ANIMATE as a parent. widgetid.animate(), widgetid.animate('animationid') and animationid.animate() all allow for animations to be executed.
    - Added animated tweens and transforms.
    - Increased TEXT performance
    - Updated loading and splash animations
    - Improved 404 page.
    - Fixed horizontal scrolling gestures in web
    - Added onscreen and offscreen event attributes to all visible widgets.
    - LOG allows transforms
    - Various layout improvements
    - Added icons and fonts to deferred loading to improve initial startup speed on web.
    - Enhanced customization options of SPLITVIEW.
    - Started integration testing modules.
    - Added system bindable to determine if mouse is available
    - Added "this" keyword for events


    Breaking Changes:

    - ANIMATION can no longer be a widgets parent.
    - TOOLTIP can no longer be a widgets parent.


    Bug Fixes:

    - Fix for debug logging
    - Enhanced new version cache clearing for web
    - Grid calling super at the correct time.
    - Fix for flutter web entrypoint
    - Fix timeout for HTTP
    - Fix for autoquery and response bugs on datasources
    - Fix for some box layout="stack" alignment inconsistencies
    - Datasource default message and error message fixes
    - Fix for table theme and layout
    - Cleaned up compiler warnings
    - Fix for box contracting with stack layout causing an error.
    - Fix for image permissions on mac/ios
    - sound() error handling.

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    Flutter Markup Language Application allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started.
  • 版本: 1.2.2

    版本更新日期

    2023-02-28

    Flutter Markup Language

    Flutter Markup Language

    Develop and Test FML Templates

    更新日志

    Features and Improvements:



    - Improved CAMERA error handling.
    - Improved CAMERA permissions.
    - Added join() eval function.


    Breaking Changes:



    Socket & MQTT
    - onmessage added, replaces onsuccess
    - onsuccess is now called with a return status code 1000
    - onfail is now called with any other return code
    - ondisconnect is now called only when a socket disconnects



    Camera
    - onsuccess is called when a image is taken and stored int he datasource successfully
    - onfail is called when an image cannot be taken and will return a statusmessage on the camera datasource with the reason why


    Deprecations:



    - Hold to copy on text has been removed.


    Bug Fixes:



    - Fixed nullsafe error in string helper.
    - Fixed BOX sizing when layout is stack.
    - Fix log.export() event.
    - Camera build order and error fix.
    - Fixed rights="" parameter on TEMPLATE.
    - replaceroute() fix.
    - back until index fix.
    - Select null value fix.
    - Camera and Micriphone now properly return status messages for the following cases:
    1. cameraless device
    2. unsecure connection
    3. declined permissions (+ both ios privacy conditions)
    - iOS Camera bug fixed where the camera would dispose twice on first entry
    - back() event bug fix for going back to a specific index

    视频/截图

    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图
    Framework Markup Language App 截图

    应用描述

    Flutter Markup Language Application allows you to connect to one or more Application(s) hosting FML Templates. This can be used for showcasing, testing and development of Applications on iOS created with FML without the need to build the engine from the source code yourself. If you are interested in learning how to create your own applications please visit https://fml.dev to get started.