anusii / podnotes

GNU General Public License v3.0
2 stars 3 forks source link

BUG: Exception when there is a title but no note content #91

Open gjwgit opened 8 months ago

gjwgit commented 8 months ago

Description

Start a new note, give it a title, then click SAVE NOTE without any content:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeError (start): Invalid value: Only valid value is 0: -16
#0      RangeError.checkValidRange (dart:core/errors.dart:360:7)
#1      _TypedIntListMixin.sublist (dart:typed_data-patch/typed_data_patch.dart:535:31)
#2      PaddedBlockCipherImpl.doFinal (package:pointycastle/padded_block_cipher/padded_block_cipher_impl.dart:87:64)
#3      PaddedBlockCipherImpl.process (package:pointycastle/padded_block_cipher/padded_block_cipher_impl.dart:74:25)
#4      AES.encrypt (package:encrypt/src/algorithms/aes.dart:43:32)
#5      Encrypter.encryptBytes (package:encrypt/src/encrypter.dart:12:19)
#6      Encrypter.encrypt (package:encrypt/src/encrypter.dart:28:12)
#7      HomeState.build.<anonymous closure> (package:podnotes/home.dart:199:41)
<asynchronous suspension>

Image