mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove splash generator

+1 -49
-48
pubspec.lock
··· 25 25 url: "https://pub.dev" 26 26 source: hosted 27 27 version: "10.0.1" 28 - ansicolor: 29 - dependency: transitive 30 - description: 31 - name: ansicolor 32 - sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f" 33 - url: "https://pub.dev" 34 - source: hosted 35 - version: "2.0.3" 36 - archive: 37 - dependency: transitive 38 - description: 39 - name: archive 40 - sha256: a96e8b390886ee8abb49b7bd3ac8df6f451c621619f52a26e815fdcf568959ff 41 - url: "https://pub.dev" 42 - source: hosted 43 - version: "4.0.9" 44 28 args: 45 29 dependency: transitive 46 30 description: ··· 630 614 url: "https://pub.dev" 631 615 source: hosted 632 616 version: "1.0.3" 633 - flutter_native_splash: 634 - dependency: "direct dev" 635 - description: 636 - name: flutter_native_splash 637 - sha256: "4fb9f4113350d3a80841ce05ebf1976a36de622af7d19aca0ca9a9911c7ff002" 638 - url: "https://pub.dev" 639 - source: hosted 640 - version: "2.4.7" 641 617 flutter_plugin_android_lifecycle: 642 618 dependency: transitive 643 619 description: ··· 784 760 url: "https://pub.dev" 785 761 source: hosted 786 762 version: "4.1.2" 787 - image: 788 - dependency: transitive 789 - description: 790 - name: image 791 - sha256: f9881ff4998044947ec38d098bc7c8316ae1186fa786eddffdb867b9bc94dfce 792 - url: "https://pub.dev" 793 - source: hosted 794 - version: "4.8.0" 795 763 image_picker: 796 764 dependency: "direct main" 797 765 description: ··· 1264 1232 url: "https://pub.dev" 1265 1233 source: hosted 1266 1234 version: "1.5.2" 1267 - posix: 1268 - dependency: transitive 1269 - description: 1270 - name: posix 1271 - sha256: "185ef7606574f789b40f289c233efa52e96dead518aed988e040a10737febb07" 1272 - url: "https://pub.dev" 1273 - source: hosted 1274 - version: "6.5.0" 1275 1235 provider: 1276 1236 dependency: "direct main" 1277 1237 description: ··· 1581 1541 url: "https://pub.dev" 1582 1542 source: hosted 1583 1543 version: "1.4.0" 1584 - universal_io: 1585 - dependency: transitive 1586 - description: 1587 - name: universal_io 1588 - sha256: f63cbc48103236abf48e345e07a03ce5757ea86285ed313a6a032596ed9301e2 1589 - url: "https://pub.dev" 1590 - source: hosted 1591 - version: "2.3.1" 1592 1544 url_launcher: 1593 1545 dependency: "direct main" 1594 1546 description:
+1 -1
pubspec.yaml
··· 68 68 bloc_test: ^10.0.0 69 69 mocktail: ^1.0.4 70 70 objectbox_generator: ^5.3.1 71 - flutter_native_splash: ^2.4.7 71 + # flutter_native_splash: ^2.4.7 72 72 73 73 flutter: 74 74 uses-material-design: true