oghref_builder 4.1.2
oghref_builder: ^4.1.2 copied to clipboard
A Flutter widget for displaying rich information link with callback action provided.
4.1.2 #
- Update SDK constraint
4.1.1 (Retracted) #
- Change version constraint of
modelpackage.
4.1.0 #
- Test implementation completed and features
testinglibrary.- Please read wiki page for writing widget test in Flutter.
- Add assertion to prevent uses real client in testing environment.
- REMARK: The detection relys on finding
FLUTTER_TESTin environment variable which appeared when usingflutter_test, and it still able to be bypassed if used oridinarytestpackage.
- REMARK: The detection relys on finding
- Updated
oghref_modelversion constraint to^3.3.1
4.0.0 #
- Update
oghref_modelversion constraint to^3.2.1. Widget tests presents now.(Update at 2024-01-06: Due to complexity setup of testing environment, no testes will be run from library forever)- Performing widget test becomes possible (technically).
3.1.0 #
- Add
BoxConstraintto measure width if parent widget has finite width already. - Update minimum version bound of
oghref_modelto2.1.2
3.0.2 #
- Hide
protectedmetadata which shipped from Flutter.
3.0.1 #
- Fix loading widget not appeared when previous result has been loaded and attempted to load new data.
3.0.0 #
OgHrefBuildermarked as astract base class along withOgHrefBuilderStatefor customize builder behaviour.- The origin constructor has been moved to
OgHrefBuilder.updatable.
- The origin constructor has been moved to
- Reimplement updatable and run once builders under
OgHrefBuilderState.AsyncMemorizeris no longer be used that dependency ofasynclibrary has been removed.
- Update
oghref_modelto^2.1.0.
2.0.5 #
- Simply building href procedure
2.0.4 #
- Update
oghref_modelto^2.0.5to enforce UTF-8 decoding.
2.0.3 #
- Update
oghref_modelto^2.0.4to enforce UTF-8 decoding.
2.0.2 #
- Update
oghref_modelto^2.0.3to enforce UTF-8 decoding.
2.0.1 #
- Update
oghref_modelto^2.0.2to tackle Twitter Card does not ship issue
2.0.0 #
- Support for handling multiple
MetaInfo - Added confirmation procedure before opening url.
- Bundled with responsive calculator.
1.2.1 #
- Fix keep fetching issue when resizing widget.
1.2.0 #
- Fix content unchanged when given
Uriupdated. - Offer
OgHrefBuilder.runOncethat prevent content changes when widget rebuild.
1.1.0 #
- Upgrade model to
1.2.0
1.0.1 #
- Pump
oghref_modelto at least1.1.1 - Provide
keyparameter back toOgHrefBuilder
1.0.0 #
- Provide builder widget and function type defintions of rich information link.