chore(studio): bump editor lock to 0.1.4 (top-align + refresh move)
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Stefan reported the editor still centered short files vertically and the reload icon was still between New and Save — but his pubspec.lock pinned fai_studio_flow_editor to resolved-ref 7655e0d (0.1.2), which predates both fixes: - a7485ca (0.1.3) stretch attempt - daf6732 (0.1.4) actual fix via CodeField expands:true + refresh moved into the FileList header Force lock to daf6732 so `flutter pub get` during `fai studio` build picks up the current state of the editor's main branch without needing a manual `flutter pub upgrade` step. Version 0.51.9 -> 0.51.10. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
3097a30428
commit
fe2ee0a323
3 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ import 'widgets/widgets.dart';
|
|||
/// Studio's own build version. Bump on every UI commit so the
|
||||
/// running app self-identifies — visible in the sidebar header
|
||||
/// and quick-glance proof that you're seeing the current build.
|
||||
const String kStudioVersion = '0.51.9';
|
||||
const String kStudioVersion = '0.51.10';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue