flutter_ilib 1.0.0 copy "flutter_ilib: ^1.0.0" to clipboard
flutter_ilib: ^1.0.0 copied to clipboard

PlatformLinux

A wrapper plugin to conveniently use 'iLib' in Flutter apps. This plugin uses the 'flutter_js' to make the javascript file work properly in the Flutter app.

1.0.0 #

  • Updated the structure to load separate locale data files.
    Previously, the dependent ilib was a fully assembled JS file. Now, the ilib files are divided into the js and locale files.
    The JS code is assembled as ilib-init.js, and the locale files are generated with names like [language].js, e.g. en.js, ko.js. The iLib files are generated using the ilib-assemble tool. This change brings memory savings over previous versions of flutter_ilib.
    Initially, when the app is launched, the package automatically loads the locale data by detecting the system's locale. To load the updated locale data file when the locale changes, I suggest adding the following method at the appropriate time when the locale chanages.
    _flutterIlibPlugin.loadLocaleData(curLocale);
    

0.4.0 #

  • Added libquickjs_c_bridge_plugin.so for aarch64-webos
  • Updated CMakeLists.txt for webos to support both arm and aarch64

0.3.0 #

  • Added the method getMeridiemsRange() in the class ILibDateFmt.
  • Updated test files to use ILib's loadJS() instead of loadJSwithPath().
  • Updated the test files to share them between flutter_ilib and another flutter_ilib for webOS. The webOS overrides some of the locale data, so some test cases return different results.

0.2.0 #

  • Added the method getTemplate() in the class ILibDateFmt.
  • Regenerated the assemble ilib file to return the correct released version number.
  • Changed the name of the assemble ilib file to ilib-all.js.

0.1.0 #

  • Updated the README.md file.
  • Updated the minor version up for release.

0.0.4 #

  • Added more of the API comments in codes.

0.0.3 #

  • Updated to show a sample screenshot image in the published package.

0.0.2 #

  • Updated structure by using ChangeNotifier so that APIs can be used synchronously.
    • First, the app must add a listener to receive a callback message that the iLib is ready for use. then the APIs can be used synchronously.
  • Added the linter file (analysis_options.yaml) and fixed warnings.

0.0.1 #

  • initial version
5
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper plugin to conveniently use 'iLib' in Flutter apps. This plugin uses the 'flutter_js' to make the javascript file work properly in the Flutter app.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_js, plugin_platform_interface

More

Packages that depend on flutter_ilib