X Code
162a86c54f
Use constants in universal_ui.dart
3 years ago
X Code
68c814bd53
Temporary hack for defaultEmbedBuilderWeb
3 years ago
X Code
1817a06343
Add fonts ttf files in example
...
https://stackoverflow.com/questions/55075834/fontfamily-property-not-working-properly-in-flutter and https://www.flutterbeads.com/change-font-family-flutter/
3 years ago
X Code
af4fb81ea9
Fix null pointer of _controller on read only page
3 years ago
Lucas Henrique Polazzo
506303a50d
Added CustomBlockEmbed to the Readme ( #879 )
...
* Added portuguese translations for image resizer
* Added CustomBlockEmbed and customElementsEmbedBuilder
* Added CustomBlockEmbed to the Readme
* Formatted home page
3 years ago
Lucas Henrique Polazzo
48f8932736
Added CustomBlockEmbed and customElementsEmbedBuilder ( #877 )
3 years ago
X Code
d26b24d89b
Upgrade to 5.0.5
3 years ago
Syed-Waleed-Shah
93eac03f93
Added onVideoInit callback for video documents. See description for details ( #867 )
3 years ago
X Code
88c3fcf4c8
Fix static analysis errors
3 years ago
Sumit Kumar
62bc09d19a
Add Hindi(hi) locale ( #792 )
3 years ago
X Code
75d223a7aa
Update example for iOS
3 years ago
X Code
35b53c7404
Image menu options for copy/remove
3 years ago
X Code
69184a60c6
File access permission for gallery_saver.
...
iOS
Add the following keys to your Info.plist file, located in <project root>/ios/Runner/Info.plist:
NSPhotoLibraryUsageDescription - describe why your app needs permission for the photo library. This is called Privacy - Photo Library Usage Description in the visual editor.
Android
android.permission.WRITE_EXTERNAL_STORAGE - Permission for usage of external storage
3 years ago
X Code
98c25d0b10
Upgrade to 3.5.2
3 years ago
X Code
d94c2a575e
Revert "Simplify Embeddable and remove BlockEmbed"
...
This reverts commit e450c61332
.
3 years ago
X Code
e450c61332
Simplify Embeddable and remove BlockEmbed
3 years ago
X Code
4f8ec3ed80
Mark deprecated classes
3 years ago
X Code
565f6316cd
Save image option ( #593 )
...
* Save image option
* Update android versions
* Refactor code
3 years ago
Karlo Verde
430c6ae46e
chore: re-create Android app to make it runnable ( #577 )
3 years ago
Xin Yao
feec35386e
Adapt to Flutter Channel stable, 2.5.0
4 years ago
Aldy J
97ba9cfb39
Text Alignment functions + Block Format standards ( #382 )
...
* Mute problem reports
* For PR: Text Alignment functions + Block Format standards
* Restore analysis_options.yaml to original settings
4 years ago
Xin Yao
2195c4ae3e
[Mobile] Support custom image size: make margin optional and support alignment
4 years ago
Xin Yao
c932c800dc
Support mobile custom size image
4 years ago
Xin Yao
4522e67c81
Read custom image styles 'mobileWidth', 'mobileHeight', 'mobileMargin'
4 years ago
Xin Yao
8aec946674
Update home page for refactoring _isDesktop function
4 years ago
rho-cassiopeiae
30df844d17
Add Link as source for images and videos ( #316 )
...
* Add Link as source for images and videos
Hosted images and videos are supported, but there's no way to actually insert them.
* Always provide an option to add media from link
4 years ago
li3317
d3e5d5603e
can play youtube video
4 years ago
li3317
bb38db5ed0
add readOnly to emdedBuilder
4 years ago
Xin Yao
f3e10524f9
Update example for video button
4 years ago
Xin Yao
01220d69a1
Auto append new line after video
4 years ago
Xin Yao
71c26c11b0
Update mp4 video link
4 years ago
X Code
7c2286bae2
Initial video support ( #298 )
...
* Initial video support
* Add video player
* Update import
* Check video is network or asset
* Unable to support youtube video
4 years ago
Xin Yao
2af193390b
Upgrade to 1.6.0
4 years ago
florianh01
3c1ee9eec2
Support Multi Row Toolbar ( #273 )
4 years ago
Xin Yao
2ba2e7e309
Remove file_picker dependency
4 years ago
Xin Yao
457c6e561b
Remove filesystem_picker dependency
4 years ago
Xin Yao
6dc4826734
Format code
4 years ago
li3317
55e99e5862
small fix
4 years ago
Xin Yao
e8c0c484a4
Upgrade version to 1.4.0
4 years ago
li3317
6ac1490281
remove path_provider dependency
4 years ago
Ben Chung
aba8032b8d
Fix example project Podfile ( #241 )
4 years ago
Till Friebe
0f6fd64bed
Move ResponsiveWidgets to example folder
...
This widget has nothing to do with the library and is only used in
the example, so it is moved to the example.
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
ff61b1a951
Fix more warnings (forgot to save the files)
4 years ago
Till Friebe
e1793ead61
Fix linter warnings in example
4 years ago
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Xin Yao
e4a3c11702
Update example code
4 years ago
Xin Yao
7791364c5a
Fix warnings in example
4 years ago