- fixes a bug where smart quitotes are inserted into the editor for IOS devices
- feat added a text controller stream to the editor which allows for the editor to be controlled from outside the editor based on which controller is focused.
- fixes a bug where the linecount is highlighted for JavaScript files
- fixes a bug where the linecount is being incorrectly displayed for single line content.
- fixes a bug where single line files are not being displayed in the editor.
- fixes a bug where the linecount does not align with the editor text in Flutter 3.16
- fixes a bug where the editable region starts at the beginning of the file in the scrollcontroller.
- made phoneIDE package compatible with Flutter 3.10
- fixes top-padding when no region field is present in any way.
- fixes scrolling beyond the list boundary for vertical and horizontal listview
- feat before and after fields will no longer be present when there is no text present. (When a region field is present)
- fixes out of index bug, which was caused by the scroll controller function which tried to split on an index which did not exist if the line count was one or less.
- fixes smart quoutes being inserted into the editor for IOS devices
- creates an example for the phoneIDE package
- fixes a bug where the linebanr does not correctly align with top of the editor
- fixes a bug where the linebar displays the incorrect amount of line numbers
- fixes a bug where the linebar does not scroll with the editor
- removes test file
- removes redundant options
- updated applicationId from
com.phone.ide
toorg.freecodecamp.phone_ide
- updated
readme.md
to use right package name.
- removes file system
- removes file explorer
- removes highlight enums and history enums, which where no longer used
- removes directory model
- removes html package
- removes path_provider
- changes name from
flutter_code_editor
tophone_ide
- changes the default color of the editor text to white
- changes the circular progress indicator to "open file"
- updated
compileSDKversion
from 31 to 33 - updated
readme.md
to use the new example - creates a library file which imports all separate files
- creates a good example
main.dart
file.