~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


36a82737 pyrossh

2 years ago
Fix notes
Files changed (3) hide show
  1. lib/widgets/note_sheet.dart +2 -1
  2. pubspec.lock +64 -0
  3. pubspec.yaml +1 -0
lib/widgets/note_sheet.dart CHANGED
@@ -15,9 +15,10 @@ class NoteSheet extends StatelessWidget {
15
15
  padding: EdgeInsets.only(
16
16
  left: 10,
17
17
  right: 10,
18
- bottom: MediaQuery.of(context).viewInsets.bottom + 120,
18
+ bottom: MediaQuery.of(context).viewInsets.bottom + 40,
19
19
  ),
20
20
  child: Column(
21
+ mainAxisSize: MainAxisSize.min,
21
22
  crossAxisAlignment: CrossAxisAlignment.start,
22
23
  children: [
23
24
  Padding(
pubspec.lock CHANGED
@@ -257,6 +257,70 @@ packages:
257
257
  url: "https://pub.dev"
258
258
  source: hosted
259
259
  version: "6.1.4"
260
+ file_selector:
261
+ dependency: "direct main"
262
+ description:
263
+ name: file_selector
264
+ sha256: "59b35aa4af7988be7ec88f9ddaa6c71c5b54bf0f8b35009389d9343b10e9c3af"
265
+ url: "https://pub.dev"
266
+ source: hosted
267
+ version: "1.0.0"
268
+ file_selector_android:
269
+ dependency: transitive
270
+ description:
271
+ name: file_selector_android
272
+ sha256: "43e5c719f671b9181bef1bf2851135c3ad993a9a6c804a4ccb07579cfee84e34"
273
+ url: "https://pub.dev"
274
+ source: hosted
275
+ version: "0.5.0+2"
276
+ file_selector_ios:
277
+ dependency: transitive
278
+ description:
279
+ name: file_selector_ios
280
+ sha256: "507af301b21b1dbb6fd0615ba21190b2b4574edb672929f32ce7f610c40a9bd9"
281
+ url: "https://pub.dev"
282
+ source: hosted
283
+ version: "0.5.1+5"
284
+ file_selector_linux:
285
+ dependency: transitive
286
+ description:
287
+ name: file_selector_linux
288
+ sha256: "770eb1ab057b5ae4326d1c24cc57710758b9a46026349d021d6311bd27580046"
289
+ url: "https://pub.dev"
290
+ source: hosted
291
+ version: "0.9.2"
292
+ file_selector_macos:
293
+ dependency: transitive
294
+ description:
295
+ name: file_selector_macos
296
+ sha256: "4ada532862917bf16e3adb3891fe3a5917a58bae03293e497082203a80909412"
297
+ url: "https://pub.dev"
298
+ source: hosted
299
+ version: "0.9.3+1"
300
+ file_selector_platform_interface:
301
+ dependency: transitive
302
+ description:
303
+ name: file_selector_platform_interface
304
+ sha256: "412705a646a0ae90f33f37acfae6a0f7cbc02222d6cd34e479421c3e74d3853c"
305
+ url: "https://pub.dev"
306
+ source: hosted
307
+ version: "2.6.0"
308
+ file_selector_web:
309
+ dependency: transitive
310
+ description:
311
+ name: file_selector_web
312
+ sha256: e292740c469df0aeeaba0895bf622bea351a05e87d22864c826bf21c4780e1d7
313
+ url: "https://pub.dev"
314
+ source: hosted
315
+ version: "0.9.2"
316
+ file_selector_windows:
317
+ dependency: transitive
318
+ description:
319
+ name: file_selector_windows
320
+ sha256: "1372760c6b389842b77156203308940558a2817360154084368608413835fc26"
321
+ url: "https://pub.dev"
322
+ source: hosted
323
+ version: "0.9.3"
260
324
  firebase_core:
261
325
  dependency: "direct main"
262
326
  description:
pubspec.yaml CHANGED
@@ -26,6 +26,7 @@ dependencies:
26
26
  settings_ui: ^2.0.2
27
27
  get_storage: ^2.1.1
28
28
  share_plus: ^7.1.0
29
+ file_selector: ^1.0.0 # need this to fix android build
29
30
 
30
31
  dev_dependencies:
31
32
  flutter_test: